/* Styles definition here */


.slotsCalendar .slots{
	max-width: 50vw;
    clear: both;
    float: left;
}
.slotsCalendar .slots > div{
	float: left;
	width: calc(100% - 10px);
	margin: 0.25em 5px !important;
}

.slotsCalendar .slots > div a{
	width: 100%;	
}

.slotsCalendar .usedSlots{
    clear: both;
}