html {
  height:100%;
  padding: 0em;
  margin: 0px;
}

body {
  height:100%;
  position:relative;
  border: 3px solid #333;
  padding: 30px 0 55px 0;
  box-sizing: border-box;
  font-family: 'Roboto-Regular', sans-serif;
  text-align: Left;
  background-color: #333;
}

#header {
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  text-align: center;
  color: #6f6b64;
  background-color: #333
}

#footer {
  position: absolute;
  bottom: 0;
  height: 55px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #6f6b64;
  background-color: #333;
}

#div.tab {
  overflow: hidden;
  background-color: #efeae4;
  margin-bottom: 0px;
  padding: 0em;
  white-space: nowrap;
}

#mapid {
  height: 100%;
  width: 100%;
  z-index: 1;
}

#setUserMenu, #searchBar {
  position: absolute;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-radius: 4px;
  color: #fff;
  background-color: #333;
  z-index: 9999;
}

 
#results {
  position: fixed;
  background-color: black;
  top: 6px;
  right: 10px;
  height: 20px;
  font: 14px Verdana, Arial, sans-serif;
}

hr {
  border: 3px solid #f0ad4e;
  color: #f0ad4e;
  margin-top: 0px;
  margin-bottom: 0px;
}

br {
  size: 10px;
}

hr1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.00em;
}

hr2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.00em;
}

hr3 {
  font-size: 15px;
  color: black;
  font-weight: bold;
  letter-spacing: 0.00em;
}

t1 {
  font-size: 35px;
  color: black;
  font-weight: bold;
}

t2 {
  font-size: 25px;
  color: #6f6b64;
  font-weight: bold;
}

t3 {
  font-size: 15px;
  color: black;
}

t4 {
  font-size: 12px;
  color: black;
}

t5 {
  font-size: 10px;
  color: black;
}
td, th {
  display: table-cell;
  vertical-align: middle;
}