html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#map {
    z-index: 0;
    height: 100%;
}

.ctm-station-name {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  font-weight: bold;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

.ctm-station {
  stroke: red;
  stroke-width: 5px;
  stroke-linecap: square;
}