
/* HACK CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .page-timetable #time {
    width: 161px !important;
  }
  
  #stops td {
    height: 11px;
  }
}