#map{
    width:100%;
    height:450px;
    background-color: #6d6d6d;
}
.map_container {
    margin-bottom:10px;
    position: relative;
}
.map_container .map_ad {
    position: absolute;
    top:10px;
    right:10px;
}
.map_control {
    margin-bottom:10px;
}
.map_control .place_href_container, .map_control .weather_href_container {
    display: none;
}
.banner {
    margin-bottom:10px;
}
.weather .temperature {
    font-size: 30px;
}
.weather .temperature-date {
    font-size: 20px;
}
.weather .description {
    font-size: 20px;
}
.weather {
    margin-top:20px;
    margin-bottom:20px;
}
.weather_tabs a {
    font-weight: bold;
}
.info-window{
    padding: 10px;
}
.margin-bottom {
    margin-bottom:10px;
}
.closed {
    display: none;
}
.typeahead{
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}
.clear {
    clear: both;
}
.city-pages li, .ad-links li {
    margin-bottom: 10px;
}
.dropdown-menu > li > span.extend {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-menu > li > span.extend:focus, .dropdown-menu > li > span.extend:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}
.bookmarks *{
    box-sizing: content-box;
    margin-bottom: 10px;
}
#show_map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ad-container {
    margin-top: 20px;
}