#wc-bookings-booking-form .min_stay_message
{
	margin-bottom:25px;
	color:red;
}
#blackout_options #blackout_table
{
	overflow: scroll;
}
#blackout_options p.num_months_out_text
{
	margin-bottom:0;
}
#blackout_options p.num_months_out
{
	margin-top:0;
	padding-top:0;
}
#blackout_options table th
{
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	font-weight: bolder;
	padding:0 3px;
	text-align: center;
}
#blackout_options table #blackout_body td
{
	text-align: center;
	padding:0 3px;
	cursor: pointer;
	border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
#blackout_options table #blackout_body td .number
{
	color:#000;
}
#blackout_options table #blackout_body td .number:hover
{
	color:#000;
	background-color:inherit;
}
#blackout_options table #blackout_body td.date
{
	color:#fff;
}
#blackout_options table #blackout_body td.not_date
{
	background-color: #999;
	cursor: inherit;
}
#blackout_options table #blackout_body td.date.blackout
{
	background-color: #000;
}
#blackout_options table #blackout_body td.date.blackout:hover
{
	background-color:#000;
	color:#fff;
}
#blackout_options table #blackout_body td.date:hover
{
	background-color:#eee;
	color:#000;
}