html, body {
  margin: 0;
  padding: 0;
  height:100%;
  overflow: hidden;
}

.left{
  float:left;
  width:46%;
  height: 100%;
}

.right{
  float:right;
  width:50%;
  height:100%;
}

#ht {
  margin-top: 10px;
}


#map {
  height: 100%;
}

* {
  border-radius: 0 !important;
}

.spinner { position: fixed !important;}