/* layout styles for store_finder extension */

.group:after {
    content: '';
    display: table;
    clear: both;
}

.tx-storefinder {
    position: relative;
.gm-style-iw {
    max-height: none !important;
}
.gm-style-iw-d {
    max-height: none !important;
}
    #tx_storefinder_map {
        width: 100% !important;
        height: 400px;
    }



    .infoWindow {
        .right {
            float: right;
            width: 40%;
        }

        .left {
            float: left;
            width: 60%;
        }
    }
}

/*# sourceMappingURL=layout.css.map */