.satellite_map {
	.map_container {
		width: 100%;
		height: 300px;
	}

  .leaflet-popup-content {
    a {
      font-weight: bold;
      color: $color-accent-contrast;
    }

    p {
      margin: 10px 0 !important;
    }

    ul {
      margin: 20px;

      li {
        padding-bottom: 5px;
      }
    }
  }

  .map_container {
    width: 100%;
    height: 700px;

    @media screen and (min-width: $break_medium) {
      width: calc(100% - 320px);
      float: left;
    }
  }

  #modellkommunen_liste {
    background: $bg_white;
    padding: 20px;
    margin-bottom: 15px;
    overflow-y: scroll;

    @media screen and (min-width: $break_medium) {
      width: 320px;
      height: 700px;
      float: right;
      margin-bottom: 0;
    }

    h3 {
      margin-top: 0;
      font-size: 22px;
    }

    li {
      list-style-type: none;
      border-bottom: 1px solid $border_color;
      padding: 10px 0;
      line-height: 23px;

      a {
        font-weight: bold;
        color: $color-accent-contrast;
        @extend %link-underlining;
      }
    }
  }
}


.page_body_right_content .tsr.modellkommune {
  ul {
    margin: 20px 20px 40px;

    li {
      padding-bottom: 5px;
    }
  }

  h3 {
    background: $bright;
    font-size: 1.5em;
    color: $color-accent-contrast;
    padding: 5px 10px;
    font-style: italic;
    margin: 0;
    min-height: $topic_height;
    font-weight: normal;
  }
}

