#map-container {
  width: 53%;
  position: absolute;
  right: 0px;
  bottom: 20px;
  top: 65px;
}
#campus_view {
  width: 53%;
  position: absolute;
  right: 0px;
  bottom: 20px;
  top: 65px;
}
#data-container {
  width: 47%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0px;
  bottom: 20px;
  top: 65px;
}
#footer {
  position: absolute;
  background-color: #389ddb;
  height: 20px;
  bottom: 0px;
  width: 100%;
}
.ui-autocomplete {
    max-height: 200px;
    max-width: 44.5%;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.color-theme {
  background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
}
