﻿.infoBox{
    margin-left:-10px;
}

.mapContainer a[target="_blank"] {
    display: none !important; 
}
.gm-style-iw {
    width: 250px !important;
    top: 55px !important;
    left: 0 !important;
    background-color: #fff;
    height: 110px !important;
}

.iw-container {
    width: 250px !important;
    top: 0px !important;
    left: 0px !important;
}

    .iw-container .iw-title {
        text-align: center;
        width: 50% !important;
        font-size: 18pt;
        color: #65646a;
        padding: 16px 0px;
    }

    .iw-container .right {
        float: right;
    }

    .iw-container .left {
        float: right;
        border-right: 1px solid #e8e8e8;
    }

    .iw-container .iw-content {
        clear: both;
        background-color: #b88e5e;
        padding: 16px;
        color: #fff;
        font-size: 13pt;
        text-align: center;
    }

.mapArrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
    display: inline;
    position:absolute;
}
