/* CSS Document */
#dp-event-preview .datepicker table {
  width: 460px;
}
#dp-event-preview .datepicker th, #dp-event-preview .datepicker td {
	height:46px;
}
#dp-event-preview .datepicker td .multisession {
	background-color: #FC0!important;
}
#dp-event-preview .datepicker table tr td span {
	width: auto;
	height: auto;
	line-height: 1;
	float: right;
	margin-top: -8px;
	margin-right: 2px;
}
#dp-event-preview .datepicker table tr td span .badge {
	padding: 1px;
}
#dp-next-12-months .non-work-day {background-color:#e57373;border-radius:0}
#dp-next-12-months .work-day {background-color:#a5d6a7;border-radius:0}
#dp-next-12-months .disabled-nwd {pointer-events: none}