<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sport-map {
  height:40em;
  width:100%;
}

.section-number {
  color: white;
  background-color: black;
  padding-top: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  width: 10px;
  height: 22px;
  border-radius: 40px;
  margin-left: 5px;
}

.description {
  font-weight: bold;
}


.panel-group{
  margin: auto;
  width: 80%;
}

.panel-group h3 {
    font-size: 26px;
    margin-left: 0%;
    color: #484848;
    margin-bottom: 4%;
}

.paneltitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    margin-bottom: 1%;
}

ul{
  columns: 3;
  list-style-position: inside;
  margin-bottom: 3% !important;

}

.leaflet-control a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sport-map {
    display: none;
  }
}

@media only screen and (min-width: 556px) and (max-width: 800px){
  .panel-group{
    margin: auto;
    width: 73%;
  }

  ul{
  columns: 2;
}

}

@media only screen and (min-width: 300px) and (max-width: 555px){
    #sport-map {
    display: none;
  }

    .panel-group{
    margin: auto;
    width: 90%;
  }

  ul{
  columns: 1;
}


}


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