.gm_sidebar {
    display: inline-block !important;
}

.gm_sidebar A.gm_sidebar_anchor {
    cursor: pointer;
    text-decoration: none !important;
    float:left;
}

.gm_sidebar IMG {
    border: none;
}

.gm_well {
    margin-bottom:0 !important;
    background-color: #d9edf7 !important;
}

IFRAME#gm_iframe {
    border: 0;
}

.gm_valign {
    margin-top: 25px;
}

.gm_pad_left {
    padding-left:8%
}

#selector-prompt {
    position: absolute;
    background-color: blue;
    color:#fff;
    transition:all 300ms ease;
    padding: 2px 2px 2px 4px;
}

#selector-top, #selector-bottom {
    background: blue;
    height:3px;
    position: absolute;
    transition:all 300ms ease;
}

#selector-left, #selector-right {
    background: blue;
    width:3px;
    position: absolute;
    transition:all 300ms ease;
}

@media only screen and (max-width:768px) {
    .gm_pad_left {
        padding-left:0;
    }
    .gm_h3_valign {
        margin-top: 5px;
    }
    .gm_well {
        text-align: center;
    }
}

@media print
{    
    .gm_sidebar, .gm_sidebar *
    {
        display: none !important;
    }
}