.timetable{
width:100%;
margin-bottom:30px}
.timetable th{
background:#1883c8;
color:#fff;
border-left:2px solid #f5faff;
padding:12px 0;
vertical-align:middle}
.timetable tr th:first-child{border:none}
.timetable td{
color:#000;
background:#fff;
border-left:2px solid #f5faff;
height:50px;
vertical-align:middle}
.timetable tr td:first-child{border:none}