html {
  box-sizing: border-box;

}

body {
  background: #f2f6f9 !important;
  font-family:"Roboto", Helvetica, Arial, sans-serif;
}

:not(output):-moz-ui-invalid:not(:focus) {
  box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  box-shadow: none;
}

#flex-container {
  display: flex;
  flex-flow: row wrap;
}

#map {
  height: 630px;
  margin: 10px 5px 10px 10px;
  flex-grow: 2;
}

#listPanel {
  background-color: #FFF;
  margin:10px 10px 10px 5px;
  padding: 10px;
  max-width: 300px;
}

#searchInfo {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

#allShelters {
  max-height: 550px;
  overflow: scroll;
}

.shelterListItem {
  font-size: 14px;
  padding: 3px 5px;
  line-height: 1.4em;
  margin-bottom: 5px;
  border-bottom: 1px dotted #CCC;
}
.details {
  display: none;
}

#zipInput {
  width: 175px;
  float: left;
  margin-right: 10px;
}

.form-group {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}

.message {
  margin-top: 100px;
  text-align: center;
  font-size: 20px;
}

.leaflet-popup-content-wrapper {
	border-radius: 6px !important;
  overflow: hidden;
}
.leaflet-popup-content {
  max-width: 275px !important;
}

.popItem {
  font-size: 14px;
  line-height: 1.2em;
  margin: 7px 0px !important;
  padding: 0px 10px;
}

.popHead {
  font-weight: 700;
}
.popTitle {
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 700px ) {


  #listPanel {
    width: 100%;
    flex-grow: 1;
    margin: 5px 10px 10px 10px;
    max-width: none;
  }
  #map {
    height: 350px;
    flex-grow: 1;
    margin: 10px 10px 5px 10px;
  }
  #allShelters {
    max-height: 250px;
  }

  .message {
    margin-top: 20px;
    text-align: center;
  }

}
