.timetable {
	margin-bottom: 30px;
    border: 1px solid #eee;
}
.timetable h2{
	padding: 0 10px;
}
.timetable:after {
	display: block;
	clear: both;
	content: '';
}

.timetable dl {
	background: #fdfdfd;
	padding: 20px 5%;
	display: block;
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6em;
	color: #111111;
	margin: 0;
	border:none;
}

.timetable dt {
	font-weight: 600;
	float: left
}

.timetable dd {
	overflow: hidden
}

.timetable .header-box {
    width: 100%;
	background: #00a651;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font: 600 14px/50px 'Open Sans', Arial, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.timetable .cms-format {
    padding: 10px;
}