<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @media (max-width: 767.98px) {
  .stations .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .stations .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .stations .card {
    margin-bottom: 10px;
  }
}
.stations .filters {
  text-align: center;
  margin-bottom: 1rem;
}
.stations select {
  width: auto;
  display: inline-block;
  max-width: 12rem;
  margin-bottom: 1rem;
}
.stations a.station-link {
  color: #2f3133;
}
.stations .card {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  /*border-radius: 0.5rem;*/
  padding: 1rem;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .stations .card {
    margin-bottom: 2rem;
  }
}
.stations .card:hover {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}
.stations .card h3 {
  height: 2.5rem;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stations .card h3 a {
  color: #2f3133;
}
@media (max-width: 767.98px) {
  .stations .card .btn {
    white-space: nowrap;
    padding: 0.3rem 0;
    display: block;
  }
}
.stations .location {
  font-size: 0.9rem;
}
.stations .location a {
  color: #6c7175;
}
.stations .listen-now {
  margin: 1rem 0;
}
.stations .logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100%;
}
.stations nav {
  display: block;
  /*display: flex;
  justify-content: space-around;*/
  font-size: 0.85rem;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
.stations nav::-webkit-scrollbar {
  height: 5px;
}
.stations nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eee;
}
.stations nav a {
  white-space: nowrap;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #6c7175;
}
.stations .input-group-prepend .btn {
  border-radius: 0.25rem;
}

#geo {
  border: 0 none;
  background-color: transparent;
}
#geo:focus {
  outline: 1px solid #c6002b;
}

.stations-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}</pre></body></html>