table {
	margin-bottom: 0;
}

.clc-cal-wrap {
    min-height: 390px;
}

.clc-cal-grl-legend {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.clc-cal-grl-legend-daytime, .clc-cal-grl-legend-evening {
	width: calc(50% - 3px);
	padding: 5px 3px;
	text-align: center;
	color: white;
	line-height: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clc-cal-grl-year-title {
    background: #1e1e1e;
    color: white;
    text-align: center;
    margin: 10px 6px 6px 0;
}

ul.clc-cal-slider-months {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

a.pager-active {
    background: #ad9262 !important;
}

.clc-cal-week-titles {
	width: 14%;
}

ul li.clc-cal-future-month {
    flex-basis: 14%;
    margin: 0 6px 5px 0;
    list-style-type: none;
    display: flex;
    text-align: center;
    flex-grow: 2;
}

ul li.clc-cal-future-month a {
	text-decoration: none;
	background: #4c5139;
	color: white;
	padding: 5px;
	width: 100%;
}

ul li.clc-cal-future-month a:hover {
	background: #ad9262;
}

tbody, td {
	border: none;
}

tr.clc-cal-month-title td {
    text-align: center;
    font-size: 1.4em;
    padding-bottom: 0;
}

td.clc-cal-week-titles {
    text-align: center;
    padding-bottom: 0;
}

td.clc-cal-days {
	text-align: center;
}

td.clc-cal-days.clc-cal-grl-booked, .clc-cal-grl-legend-evening {
    background: #c2592c;
}

td.clc-cal-days.clc-cal-grl-booked-day-only, .clc-cal-grl-legend-daytime {
    background: #408080;
}

.clc-cal-past {
    color: white;
}

.clc-cal-today {
    
}