#calendar_date {
	height: 2px;
	}
#change_date {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
	}
#tour_days {
	background: #f4f1eb;
	padding: 22px;
	}
#tour_days div {
	margin: 1px 1px 0 0;
	padding: 10px;
	width: 90px; height: 90px;
	float: left;
	}
.event_day {
	cursor: pointer;
	}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.event_day a {
	font-size: 11px;
}
.active_day, .inside {
	background: #fff;
	}
.date {
	position: absolute;
	margin: -5px 0 0 80px;
	font-weight: bold;
	color: #22545a;
	}
#days {
	padding: 10px 0 2px 22px;
	}
#days span {
	width: 110px;
	margin: 0 1px 0 0;
	padding: 0 0 5px;
	float: left;
	font-size: 12px !important;
	text-align: center;
	}