html,
body {
  font-family: Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  height: 91%;
  position: relative;
  z-index: 2;
  width: 300px;
}

input {
  font-size: 12px;
}

h1 {
  color: #525454;
  font-size: 22px;
  margin: 0 0 10px 0;
  text-align: center;
}

#hide-place,
#show-place {
  width: 48%;
}

hr {
  background: #D0D7D9;
  height: 1px;
  margin: 20px 0 20px 0;
  border: none;
}

#map {
  bottom: 0px;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0px;
}

.options-box {
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  height: 100%;
  line-height: 35px;
  padding: 10px 10px 30px 10px;
  text-align: left;
  width: 340px;
}

#show-options {
  position: relative;
  z-index: 999;
}

#pano {
  width: 300px;
  height: 300px;
}

#search-box {
  width: 70%;
}

.text {
  font-size: 12px;
}

.listButton {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.listButton:hover {
  background-color: #008CBA;
  color: white;
}
