

.table_container {
	padding-left: 40px;
	overflow:hidden;
}
.timetable table {
	table-layout: fixed;
	width: 100%;
}
.timetable table tr.odd, .timetable table tr.even {
	background-color: #FFFFFF;
}
.timetable table tr td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 12%;	
	height: 18px;
	text-align: center;
	position: relative;
    box-sizing: border-box;
}
.timetable table tr.tall td {
	height: 22px;
}
.timetable table tr:first-child td {
	border-top: 1px solid #E0E0E0;
}
.timetable table tr td:first-child {
	border-left: 1px solid #E0E0E0;
	position:relative;
}
.timetable table tr.header td {
	border-top: none;
	border-left: none;
	border-right: none;
}
.timetable table tr.header td:first-child {
	border-radius: 4px 0px 0px 0px;
}
.timetable table tr.header td:last-child {
	border-radius: 0px 4px 0px 0px;
}

.timetable tr.header td {
	font-size: 10px;
	font-weight: bold;
	background-color:#e0e0e0;
	/*white-space: nowrap;*/
	line-height: 1;
	padding: 5px;
}
.timetable tr.odd td {
   border-bottom-color: #E0E0E0;
}
.timetable tr.even td {
   border-bottom-color: #F3F3F3;
}
.timetable tr.noborder td {
   border-bottom-color: #FFFFFF;
}
.timetable .hour_marker {
	position: absolute;
    top: -2px;
    right: 18px;
    font-size: 100%;
    margin-top: -3px;
}
.timetable .min_marker {
	position: absolute;
    top: -1px;
    right: 2px;
    font-size: 10px;
    margin-top: -2px;
}
.timetable .left_fade {
	position:absolute;
	left:-41px;
	top:-1px;
	width:40px;
	height: 80px;
	/*background-image:url('../images/grid_left.png');
	background-position: top right;*/
}
.holiday_label {
    /*position: absolute;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    bottom: -13px;
    left: 0px;
    background-color: #c3c1c1;
    border-radius: 3px;*/
    display:none;
    font-weight:normal;
}
.minilabel {
	display: inline-block;
	padding: 1px 3px;
	border-radius: 3px;
}
.time_block_icon {
	margin: 4px;
	font-size: 13px;
}
.timetableMsg {
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    /*background-color: #e0e0e099;*/
    padding: 3px 4px 0 4px;
    box-sizing: border-box;
    margin-left: 40px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    min-height: 25px;
}
.timetableMsg > div {
	margin: 3px 0 0 0;
}

@media only screen and (max-width:680px) { /* <= 680px wide */
	.timetableMsg {
		margin-left: 0;
	}
}