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

 .container {
    height: 100%;
    position: relative;
 }

 input {
    font-size: 12px;
 }

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

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

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

 #map {
    bottom: 0px;
    height: 100%;
    left: 362px;
    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;
 }

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

 #places-search,
 #search-within-time-text {
    width: 84%;
 }

 .text {
    font-size: 12px;
 }

 #toggle-drawing {
    width: 27%;
    position: relative;
    margin-left: 10px;
 }

 #zoom-to-area-text {
    position: relative;
    width: 70%;
 }

 #zoom-to-area {
    width: 24%;
 }
