.rute-kereta {
    border: 4px solid;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #111111;
}
.rute-kereta,.rute-tj,.rute-mrtj{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    font-weight: bold;
    font-size:12px;
}
.rute-tj{
    width: 26px;
    height: 26px;
}

.nama-no-rute {
  background-color: #122431;
  color: snow;
  display: inline;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
}

.other-trans {
  padding: 3px 8px;
  font-weight: bold;
  font-size: 13px;
}

.koasi {
  background-color: #f42e2e;
  color: white;
}

.mayasari {
  background-color: green;
  color: white;
}

.mikrotrans, .angkutan-lainnya {
  background-color: #000071;
  color: white;
}

.trans-biskita, .trans-tayo, .trans-bandung, .batik-solo {
    background: navy;
    color: white;
}