<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-new-tra{
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 5rem;
}
.book-btn-tra{
    background: #01a0a8;
    border-radius: 5px;
    border: 0;
    padding: 1rem 2rem;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
td{
  border-left: 1px solid #ececec;
}
.inner-up , .inner-down{
  background: #ffff;
  color: #000;
}
.inner-up {
  border-bottom: 1px solid #ececec;
}
.table-w{
    width: 70%;
    margin: auto;
}
@media (max-width:768px) {
  tr{
      font-size: 15px;
  }
  .train-times-table tbody tr td {   
    font-size: 13px;
  }
  .Gotham-Book train-times-table{
    margin: auto;
    width: 70%;
  }
  th { 
    font-size: 12px; 
    padding: 6px !important; 
  }
  td {
    background: #FFFFFF;
    padding: 8px;
  }

}</pre></body></html>