body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}


table {
    margin: 0 auto;
}

table {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: black;
  background: #eaebec;
  border: #ccc 1px solid;
}

.td_number {
  width: 50px;
  text-align:center;
  font-weight: 700;
}

.th_number {
  width: 50px;
  text-align:center;
  font-weight: 700;
}

.td_time {
  width: 150px;
  text-align:center;
  font-weight: 700;
}

.th_time {
  width: 150px;
  text-align:center;
  font-weight: 700;
}

.td_cab {
  width: 150px;
  text-align:center;
  font-weight: 700;
}

.th_cab {
  width: 150px;
  text-align:center;
  font-weight: 700;
}

.td_lesson {
  width: 300px;
  text-align:center;
  font-weight: 700;
}

.th_lesson {
  width: 300px;
  text-align:center;
  font-weight: 700;
}

table th {
  padding: 15px 15px;
  border-left:1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #52648a;
  text-align:center;
  color:white;
}

table th:first-child{
  border-left:none;
}

table tr {
  text-align: left;
  padding-left: 10px;
}



table td {
  padding: 15px 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  text-align: center;
}

table tr:last-child td {
  border-bottom: 0;
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
  color: darkorange;
}