.googleMap {
    position: relative;
}

.mapDescription {
    font-family: 'Open Sans';
    background: #fff;
    box-shadow: 0 2px 1px #ccc;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20000;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    padding: 10px;
}

.mapDescription a {
    display: block;
    color: #008ED4;
    font-weight: normal;
}

.googleMapLabel {
    background: #008ED4;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}