/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
#sb_sidebar_container {
   display: none;
}

.slots-view {
   text-align: center;
}

.time-legend {
   display: none !important;
}

.container-caption {
   display: none !important;
}

a.sb-cell {
   font-size: 0;
}

a.sb-cell:after {
   font-size: initial;
   content: 'Book';
}

.slot {
   display: none !important;
}

.slot:first-child {
   display: inline-block !important;
}

.date-line--caption {
    max-width: 5em;
    overflow: hidden;
    display: inline-block;
    max-height: 1em;
}