.container {
  position: relative;
  height: 100%; 
  top: 3%
}

.main-content {
  width: 70%;
  height: 100%;
  min-height: 300px;
}

.secondary-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  margin-left: 70%;
  overflow-y: scroll;
}


table.c {
  table-layout: auto;
  width: 100%;  
}

 #activeMarkers {
  -font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#activeMarkers td, #activeMarkers th {
  border: 1px solid #ddd;
  color: white;
  padding:0.8%;
}


#activeMarkers tr:nth-child(even){background-color: #f2f2f2;}

#activeMarkers tr:hover {background-image: #ddd;}

#activeMarkers th {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-right: 30.3%;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  min-width: 72px;
} 


html, body {
  height: 80%;
}

#map {
   height: 100%; 
  background: #000;
  min-width: 300px;
}


.combo {
  -webkit-appearance: button;
  -webkit-user-select: none;
  background-color: rgb(241, 235, 235);
  background-image: url(../img/select_arrow.png),  -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin-top: 0.4%;
  margin-left: 0.49%;
  margin-right: 0.4%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7%;
  min-width: 90px;
}




