html, body, #container {
  width: 100%;
  height: 100%;
  background-color: #dddddd;
}

.navbar {
  margin-bottom: 0;
  min-height: 30px;
  font-size:18px;
  font-family:Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
a {
  text-decoration:none;
}

img {
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}

.header2 {
  font-size:20px;
  line-height: 1.1;
  font-family:Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
  //margin-bottom: 10px;
}

#map-container {
  width:auto;
  height:100%;
  display: flex;
  flex-direction: column;
  margin:0;
  padding:0; 
}

#map-container-chart {
  width:auto;
  display: flex;
  flex-direction: column;
  margin:0;
  padding:0; 
}

#comparison-map-container {
  width:auto;
  height:100%;
  display: flex;
  flex-direction: column;
  margin:0;
  padding:0;
  border-top: 50px transparent solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#maps-container {
  width:auto;
  height:100%;
  margin:0;
  padding:0; 
}

#map {
  width: auto;
  height: 100%;
}

#comparison-container {
  width: 100%;
  height: 100%;
  display: flex;
  background: #666;
}

#map-comparison-1 {
  height: 100%;
}

#map-comparison-2 {
  height: 100%;
}

.span_1_of_2 {
  position: relative;
	width: 50%;
  height: 100%;
  border-right: 2px #f5f3f3 solid;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.span_2_of_2 {
  position: relative;
	width: 50%;
  height: 100%;
  border-left: 2px #f5f3f3 solid;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_1_of_2 {
		width: 100%;
    height: 50%;
    border-right: 0;
    border-bottom: 2px #f5f3f3 solid;
	}
	.span_2_of_2 {
		width: 100%; 
    height: 50%;
    border-left: 0;
    border-top: 2px #f5f3f3 solid;
	}
  #comparison-container {
    flex-direction: column;
  }
}

.leaflet-control-minimap {
  border: none;
}

.leaflet-control-minimap-toggle-display{
	background-image: url("../img/toggle.png");
}

.leaflet-oldie .leaflet-control-minimap-toggle-display{
	background-image: url("../img/toggle.png");
}

.leaflet-right {
  padding-right: 10px;
  padding-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 0;
}

.leaflet-popup-scrolled {
  border-top: 0px;
  border-bottom: 0px;
}

#map-title {
  width: 100%;
  min-height: 30px;
  margin:0;
  padding-left:10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size:18px;
  color:#fff;
  background-color:#343a40;
}

#map-title-comparison {
  height: 30px;
  margin:0;
  padding-left:10px;
  font-size:18px;
  font-family:Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
  color:#fff;
  background-color:#222;
}

#scroll-1-text {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 250px;
  background-color: #fff;
  padding: 10px;
  z-index: 1000;
}

#scroll-2-text {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 250px;
  background-color: #fff;
  padding: 10px;
  z-index: 1000;
}

#info-area {
    width:100%;
    height:25%;
    margin-top:30px;
    padding-left:10px;
    padding-right:0px;
}

#credit-area {
    margin:0;
    font-size:10px;
    padding-top:15px;
}

.place {
  position: absolute;
}

.place-content {
  max-height: 230px;
  overflow: auto;
  padding-right: 10px;
  margin-top: 10px;
  font-family: "Helvetcia Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 16.8px;
}

.leaflet-popup-content p {
  margin: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#para1_image {
  float: right;
  margin-top: 3px;
}

#para2_image {
  float: right;
  margin-top: 3px;
}

#tables-container {
  width: 100%;
  display:flex;
  min-height: 600px;
}

#table-left {
  min-width: 380px;
  width: 36%;
  float: left;
  background-color: #fff;
  //margin: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  //align-content:center;
}

#table-right {
  min-width: 380px;
  width: 36%;
  float: right;
  background-color: #fff;
  //margin: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.table-header {
  font-size:16px;
  line-height: 1;
  font-family:Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
  margin-left: 10px;
  margin-top: 5px;
}

#tables-footer {
  font-size:11px;
  line-height: 13px;
  font-family: "Helvetcia Neue", Arial, sans-serif;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  padding-bottom: 10px;
}

#table-content-overflow {
  max-height:50px;
  overflow: auto;
}

#map-overview {
  background-color: #EFF2D8;
  margin-bottom: 5px;
  align-content: right;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 25%;
  display: inherit;
}

table {
  font-family: "Helvetcia Neue", Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  margin: 10px;
  width: 100%;
}

td {
  padding: 5px;
  vertical-align: top;
}

th {
  padding: 5px;
}

@media only screen and (max-width: 1000px) {
	#table-right {
		width: 99%;
	}
	#table-left {
		width: 99%; 
	}
  #map-overview {
		max-width: 1000px; 
	}
  #tables-container {
    flex-direction: column;
  }
}
.return-button {
	background-color:#343a40;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	float: left;
	padding-top: 5px;
	//padding-left: .3rem;
	//padding-right: .3rem;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.42857143;
}

.return-button:hover {
	background-color:#b83d2c;
	color:#ffffff;
	text-decoration:none;
	border-radius: 5px;
}

.return-button:active {
	position:relative;
	top:1px;
}

.return-button-w-hamburger {
	background-color:#0b5779;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	padding:3px 7px;
	text-decoration:none;
	float: right;
	margin-top: -33px;
	margin-right: 75px;
}
.return-button-w-hamburger:hover {
	background-color:#ff5405;
	color:#ffffff;
	text-decoration:none;
}
.return-button-w-hamburger:active {
	position:relative;
	top:1px;
}

.navbar-default {
	background-color: #222;
}

.map-title-text {
       float: left;
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-size:18px;
       text-decoration:none;
       padding-top: 5px;
       padding-left: .3rem;
       margin-right: 1rem;
       margin-bottom: 0px;
}