#mainContainer{
  background: rgba(0,0,0,.3);      
  margin: 0;
  height: 82vh;  
}

#tableDiv {
  min-width: 70%;  
  float: right;
  height: 82vh;
  /* height: 450px; */
  position: absolute;
  top: 0%;
  left: 30%;
  /* border: 5px;
  border-radius: 3%; */
  background: dimgrey;
  /* display: flex; */
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#mainTable{
  width: 100%;
  margin: 0;
  padding: 0;
  /* table-layout: fixed; */
  /* max-width: 90%; */
  width: 100% !important;    
  color:white;  
}

/* #mainTable tbody{
  max-height: 82vh;
  display: block;
  overflow: auto;
} */

#mainTable thead{
  max-height: 82vh;
  display: block;
  overflow: auto;
}



th, td {
  border-bottom: 1px solid #ddd;  
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #0080ff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 144px;
    left: 144px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 288px;
    height: 288px;
    opacity: 0;
  }
}

#centerDiv {
  position: absolute;
  margin: auto;
  bottom: 100px;
  left: 12vh;
  width: 200px;
  height: 200px;
}

.map {
  width: 100%;
  height: 100%;
}

#tableBody{
  margin: 0;
  width: 100%;
  height: 100%;
}

html {
  height: 100%;
}

body{
  margin:0;
  min-height: 100vh;  
  /* overflow: hidden; */
}