.calendarControl table {
	border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: 10%; 
    margin-right: 10%;
	padding-top: 10px;
	width: 80%;
}

.calendarControl table tr.monthYear th {
	background: #ffffff;
	color: #554646;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;	
	padding: 10px;
	text-align: center;
}

.calendarControl table tr.monthYear th a,
.calendarControl table tr.monthYear th a:hover {
	background: none !important;
	color: #554646;
}

.calendarControl table tr.monthYear th select {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 13px;
	font-weight: 400;
}

.calendarControl table tr.dayLabels th {
	background: #764F2E;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
}

.calendarControl table td {
	border: 1px solid #e1e1e1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 80px;
	padding: 5px;  	
  	text-align: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	vertical-align: top;	
}

.calendarControl table td.selected {
	background: none !important;
}

.calendarControl table td:hover {
	background: #f5efe7 !important;
}

.calendarControl table td.weekDay {
	background: #ffffff;
	width: 70px;
}

.calendarControl table td.weekendDay {
	background: #FCFAF8;
	width: 70px;
}

.calendarControl .ccSession .font-icon {
	color: #be965c;
	font-size: 22px;
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 22px;
}

.calendarControl .ccSession .font-icon-invalid {
	top: 10%;
	color: rgba(204, 153, 51, 0.7);
	font-size: 22px;
	position: absolute;
	right: 10%;
}

.calendarControl table td:hover .ccSession .font-icon-invalid {
	color: #ffffff;
}

div.ccSession {
	padding-top: 5px;
	padding-left: 8px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
	.calendarControl table td {
	    font-size: 11px !important;
	    height: 70px !important;
	}
}