
.assocactivityname {
	float: left; width: calc(90% - 36px);
}
.assocactivitydescription {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-style: italic;
	color: #666666;
	margin-top: 4px;
}

.admin-buttons {
	position: absolute;
	right: 4px;
	bottom: 0px;
	display: none;
}

.listitem-assocactivity { padding: 5px;}
.listitem-assocactivity:hover .admin-buttons {
	display: block;
} 