* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#title{
  width:100%;
  height: 7%;
  text-indent: 2%;
  padding: 12px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: bold;
  background-color: gray;
  color: white;
}
#myMap{
  position: relative;
  width:100%;
  height: 90%;
  background-color: gray;
}

#footer{
  width: 100%;
  height: 3%;
  padding: 8px;
  text-indent: 2%;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 5px;
  font-size: 12px;
  background-color: gray;
  color: white;
}

#table{
  width: 100%;
  height: 0%;
  position: fixed;
}

.esri-legend{
  width: 200px !important;
}

.esri-popup{
  width: 100px !important;
}

#informationTab{
  position: absolute;
  top: 78%;     
  left: 2%;   
  background: white;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#infoText{
  line-height: 2;
}

#querySection{
  position: absolute;
  top: 5%;     
  left: 2%;   
  background: white;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

#selectList{
  height: 25px;
  width: 100px;
}

#queryButton{  
  height: 30px;
  width: 30px;
}

#selectList{
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#clearButton{
  display: none;
  width: 80px;
  height: 30px;
}

