﻿body {
    margin: 0;
}

#map {
    height: 300px; /* SLB fix #13113 - with height:100% the map isn't visible */
}

#content {
    width: 100%;
}

#bodyContent {
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
}

    #bodyContent p {
        margin: 10px 20px;
    }

.slb-gm-style-iw {
    background-color: #c30000;
    border-radius: 5px 5px 5px 5px;
    top: 25px !important;
    left: 225px !important;
}

@media (max-width: 425px) {
    .slb-gm-style-iw {
        left: 15px !important;
        width: 300px !important;
    }

    .slb-gm-style-iw > div {
        overflow: visible !important;
        min-width: 300px !important;
    }
}
