html, body { 
  height: 99%;

}

img {
    max-width:none !important;
}

#results {
  page-break-inside: avoid;
  margin-bottom:0;
  padding-bottom:0;
}

.map-panel {
  height: 100%;
}

#map-container {
  padding: 3px;
  width: 100% !important;
  height: 100% !important;
  margin:0;
  border: 1px solid #ccc;
  overflow: hidden;
}

map[style], #map[style] {
  width: 100% !important;
  height:600px!important;

}

.gm-style-iw {
  background-color: white !important;
  border: 1px solid #d3d3d3;
  padding:.5em;
  border-radius: 3px;
  width: 165px;
  height: 64px;
}


#results .nav-pills, #results h4 {
  display: none;
}

.options {
  display:none;
}

.col-print-12 {
  width: 100%;
}

.col-md-6 {
  float: left;
  width: 350px;
}


#data-panel {
  margin-top:0;
  padding-top:0;
}

#data-panel h5 {
  font-size: 1.1em;
  font-weight: 600;
  padding-bottom: 0.20em;
}

