table.popup-calendar tr td {
	font-size: 10px;
	padding: 3px;
	text-align: center;
	margin-top: 2px;
	height: 20px;
}

table.popup-calendar tr td.popup-calendar-header {
	font-size:14px; font-weight: bold;
}
.popup-calendar-container {
	display:none; margin: 0; padding: 0; border:2px solid #eeeeee; width: 300px; background-color: #fff; position: absolute; z-index: 100;
}
.input-instructions {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999999;
}
.off_month {
	color: #eeeeee;
}
.cal_widget_day {
	background-color:#eee;
	text-align:center;
	vertical-align:middle;
}
.cal_widget_day.available {
	background-color:#d5f6d4;
}
@media (max-width: 767px) {
	.popup-calendar-container {
		width: 80%;
	}
}
