#datepicker_wrapper {
	min-height: 228px;
}

#datepicker_dates {
	clear: both;
	float: left;
}

.ui-datepicker {
	border: 1px solid #E63825;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 15px;
}

.ui-widget-header {
	background: #E63825;
	border: 1px solid #E63825;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 16px;
}

.ui-datepicker-title {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

td.datepicker_available.ui-datepicker-current-day a {
	background-color: #DFEFFC !important;
	background-image: none !important;
	border-color: #C5DBEC;
	color: #2E6E9E;
}

td.dp-highlight a.ui-state-default {
	background: #E63825;
	color: #FFFFFF;
}

td.ui-datepicker-week-end.dp-highlight a.ui-state-default {
	color: #FFFFFF;
}

#date_list_wrapper {
	float: left;
	margin-left: 20px;
	width: 263px;
}

p#date_list_title {
	color: #E63825;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p#date_list {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p#date_list span.date {
	display: inline-block;
	width: 100px;
}

p#date_list span.price {
	display: inline-block;
	text-align: right;
	width: 100px;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
	
	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}
	
}