html,
body {
    font-family: 'PT Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    color: black;
}
.container {
    height: 100%;
    position: relative;
}
input {
    font-size: 13px;
}
h1 {
    color: white;
    background-color: #3498db;
    font-size: 22px;
    margin: 80px -11px 10px;
    text-align: center;
    padding: 20px;
}
h4 {
    font-size: 22px;
    text-align: center;
    margin: 60px 30px 10px;
}
h2 {
    color: black;
    font-size: 20px;
    color: white;
    background-color: #3498db;
    margin: 30px -11px 23px -10px;
    padding: 16px;
    text-align: center;
}
#hide-listings,
#show-listings {
    margin: 0 auto;
    width: 80%;
    color: #F2F3F6;
    background-color: #3498db;
    border-radius: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
}
hr {
    background: #D0D7D9;
    height: 1px;
    margin: 20px 0 20px 0;
    border: none;
}
#map {
    bottom: 0px;
    height: 110%;
    left: 362px;
    position: absolute;
    right: 0px;
}
.options-box {
    background: white;
    border: 1px solid #999;
    border-radius: 3px;
    height: 95%;
    line-height: 35px;
    padding: 10px 10px 30px 10px;
    text-align: left;
    width: 340px;
}
#pano {
    width: 200px;
    height: 200px;
}
.text {
    font-size: 12px;
    color: black;
    margin-left: 17px;
    margin-right: 15px;
}
#toggle-drawing {
    margin: 0 auto;
    width: 80%;
    position: relative;
    /*margin-left: 60px;*/
    background-color: #B0B1B4;
    color: #F2F3F6;
    border-radius: 5px;
}
#zoom-to-area-text {
    position: relative;
    width: 70%;
    margin-top: 15px;
    height: 20px;
}
#zoom-to-area {
    width: 24%;
    color: white;
    background-color: #b6c1c7;
    border-radius: 5px;
}
#floating-panel {
    top: 0px;
    /*left: 65%;*/
    
    z-index: 5;
    height: 5%;
    /*width: 23%;*/
    
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
    /*margin-left: -58rem;*/
    
    margin-top: 10px;
    border-radius: 5px;
}
#search-text {
    width: 70%;
    height: 21px;
}
#search-button {
    width: 24%;
    color: white;
    background-color: #b6c1c7;
    border-radius: 5px;
}
#address {
    width: 78%;
    margin-top: 20px;
    height: 20px;
}
.shape {
    color: #797474;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-size: 18px;
}
#toggle-drawing {
    background-color: #3498db;
    color: white;
    font-size: 15px;
}
#max-duration {
    width: 15%;
}
#Mode {
    width: 25%;
}
.main {
    margin-top: -79px;
    margin-right: -16px;
    margin-left: -17px;
    padding: 13px;
    background-color: #3498db;
    color: white;
}
#submit {
    background-color: #b6c1c7;
    color: white;
    border-radius: 5px;
}
.near-search {
    color: #faf8f8;
    margin-left: -11px;
    margin-right: -12px;
    background-color: #3498db;
    font-size: 22px;
    padding: 13px;
    margin-top: -14px;
    text-align: center;
}
#places-search {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#go-places {
    width: 24%;
    color: white;
    background-color: #b6c1c7;
    border-radius: 5px;
}