html, body, #googft-mapCanvas {
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100vw;
}

.googft-info-window {
  max-width: 400px;
  margin-top: 8px;
  color: #3c3c3c;  
}

.googft-info-window > div {
  max-width: 360px;
}

.infowindow-upper-box {
  display: flex;
}

.perp-image {
  margin-right: 15px;
  max-width: 45% !important;
}

.perp-image > img {
  max-width: 100% !important; 
  object-fit: cover !important;
  min-width: 150px;
}

.perp-name {
  margin-top: 0px;
  margin-bottom: 4px;
}

.perp-inline-bio {
  margin-bottom: 8px;
}

.incident-stat {
  margin-bottom: 2px;
}

.incident-narrative {
  margin-top: 15px;
}

.incident-sources {
  margin-top: 15px;
}

.incident-sources > span {
  margin-bottom: 4px;
  margin-right: 6px;
}

.incident-sources > span > a {
  color: #0000a3;
}


.incident-sources > div {
  margin-bottom: 6px;
}

.color-box {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: black;
  border-style: solid;    
}

.group {
  display: inline-block;
  position: relative;
  top: -2px;    
}

.gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}

.gm-style-iw > div {
  margin-top: 10px;
  margin-left: 19px;
  overflow: scroll;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}

#legend {
  background-color: #fffaf2;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

select {
  padding-right: 35px;
  background-color: white;
  margin: 5px;
  position: absolute;
  top: 5px;
  border-radius: 2px;
  border: none;
  color: #303030;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.desktop-select {
  height: 29px;
  left: 105px;
  padding-left: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mobile-select {
  height: 35px;
  left: 120px;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

i {
  position: absolute;
  font-style: normal;
  pointer-events: none;
  line-height: 19px;
}

.mobile-icon {
  left: 231px;
  top: 18px;
}

.desktop-icon {
  left: 215px;
  top: 15px;  
}