.yle__app > .yle__navigation {
  margin-bottom: 0;
  display: none; }

.yle__section--article.yle__section--fullWidth {
  margin-bottom: 0; }

.yle__footer {
  z-index: 1; }

html #app, body #app {
  min-height: auto; }

.yle__footer {
  display: none; }

.yle-header-ad {
  display: none; }

html #app .yle__app, body #app .yle__app {
  padding-bottom: 0; }

.map-legend {
  font-size: 12px;
}
.map-legend .map-label {
    font-weight: bold;
}
.map-legend .background {
    fill: rgba(255, 255, 255, 0.8);
}
.map-legend .legend-tick {
    stroke: #000;
    stroke-width: 1;
}

#muni-map path, #muni-map rect {
  stroke: #fff;
  stroke-width: .5px;
  transition: fill 1s;
}
#muni-map .munis path {
  cursor: zoom-in;
  stroke: #fff;
}
#muni-map .munis path:hover:not(.zoomed) {
    stroke: #ffd000;
    stroke-width: 2;
}
#muni-map .munis path.zoomed {
    cursor: zoom-out;
}
#muni-map .alt-label {
  fill: #333;
  font-size: 14px;
  font-weight: bold;
}
#muni-map .alt-label text {
    fill: #fff;
}
#muni-map .map-label {
  font-weight: bold;
}
#muni-map .legend {
  font-size: 12px;
}
#muni-map .legend .background {
    fill: rgba(255, 255, 255, 0.8);
}
#muni-map .legend .legend-tick {
    stroke: #000;
    stroke-width: 1;
}
#muni-map .labels text {
  pointer-events: none;
  text-anchor: middle;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
  fill: #fff;
}
.mdvis_radio {
  text-decoration: none;
  background: #fff;
  color: #00b4c8;
  font-family: "Arial", sans-serif;
  border-radius: 4px;
  border: 2px solid #00b4c8;
  font-size: 0.75em;
  padding: 8px;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 auto;
  line-height: 1;
  transition: background-color .5s;
}
.mdvis_radio:hover {
    background-color: #00b4c8;
    color: white;
}
.mdvis_radio:focus {
    background: #fff;
    color: #00b4c8;
    outline: none;
}
.mdvis_radio.active {
    background-color: #00b4c8;
    color: white;
}
.mdvis_radio.active:hover {
      background-color: #009eaf;
}
.mdvis_radiogroup {
  max-width: 500px;
  margin: 0 auto;
}
.mdvis_radiogroup .mdvis_radio {
    width: calc(33.3% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
}
.mdvis_radiogroup .mdvis_radio:last-child {
      margin-right: 0;
}

#md_app_container[data-v-3ea74058] {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  margin-top: 20px;
}
#md_app_container .svg-content[data-v-3ea74058] {
    max-width: 650px;
    height: auto;
    max-height: 90vh;
    display: block;
    margin: 0 auto;
}
#md_app_container .tax[data-v-3ea74058] {
    fill: #573b88;
}
#md_app_container .statsandel[data-v-3ea74058] {
    fill: #ff6633;
}
#md_app_container .legend text[data-v-3ea74058] {
    font-size: 13px;
}
.md-select[data-v-3ea74058] {
  display: block;
  margin: 0 auto 1em auto;
  border: 2px solid #18b5ca;
  border-radius: 6px;
  padding: 6px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.5;
}
.md-select[data-v-3ea74058]:focus {
    outline: none;
    border: 2px solid #026c82;
    background: #f5f5f5;
}
.svg-container[data-v-3ea74058] {
  position: relative;
}
.mdvis-button[data-v-3ea74058] {
  border-radius: 20px;
  padding: 6px 12px;
  background-color: #18b5ca;
  color: #fff;
  font-weight: bold;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color .2s;
}
.mdvis-button[data-v-3ea74058]:hover {
    background-color: #026c82;
}
.mdvis-button[data-v-3ea74058]:disabled {
    background-color: #eee;
    cursor: normal;
}
.mdvis-button[data-v-3ea74058]:focus {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border: 2px dotted #026c82;
}


/*# sourceMappingURL=styles.css.map*/