* {
  box-sizing: border-box;
}

body {
  background: #404040;
  color: #f8f8f8;
  font: 500 20px/26px 'Helvetica Neue', Helvetica, Arial, Sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.map {
  border-left: 1px solid #fff;
  position: absolute;
  width: 99.9%;
  top: 0;
  bottom: 0;
}

.mapboxgl-popup-content {
  font: 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  padding: 15;
  border-radius: 15px;
  min-width: 240px;
}

.mapboxgl-popup-content .title {
  color: #28b2dc;
  font-weight: bold;
  font-size: 15px
}

.mapboxgl-popup-content .ssid {
  color: #545861;
  font-weight: normal;
  font-size: 14px
}

.mapboxgl-popup-content .at {
  color: #545861;
  font-weight: bold;
  font-size: 12px
}

.mapboxgl-popup-content .address {
  color: #545861;
  font-weight: normal;
  font-size: 12px
}

.mapboxgl-popup-content .mapboxgl-popup-close-button {
  color: #545861;
  padding-top: 5px;
  padding-right: 10px;
  font-size: 20px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 15px;
  border: 1px solid #888;
  width: 40%;
  /* Could be more or less, depending on screen size */
}

.modal-content #multi-title {
  color: #545861;
  padding-left: 10px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mdc-list-item__primary-text {
  color: #28b2dc;
  font-weight: bold;
}