@CHARSET "ISO-8859-1";

.dayHeader{
	text-align: center;
	margin: 15px 5px 0px 5px;
	font-size: 18px;
}

.eventItem{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.eventItem table{
	width: 100%;
}

.eventItem label{
	text-align: center;
}

.eventItem .details{
	text-align: center;
	padding: 3px;
}

.eventItem .dataPiece{
	margin-bottom: 5px;
	color: #00B5E2;
}

.eventItem .icon img{
	width: 50px;
	height: 50px;
}

.eventItem .icon{
	width: 1%;
	text-align: center;
	font-size: 11px;
}

.eventItem .name{
	font-size: 16px;
	border-bottom: 1px solid #DAEAF0;
	padding: 5px;
	margin-right: 25px;
	font-weight: bold; 
}

.eventItem .currentAttendances{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.showOptions{
	text-align: center;
}
