.googleMap-container {
    position: relative;
}

.googleMap {
    min-height: 400px;
}

.mapDescriptionHolder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20000;
    max-width: 100%;
}

.mapDescription {
    font-family: Roboto, Arial, sans-serif;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    min-width: 200px;
}

.mapDescriptionBox {
    background-color: white;
    margin: 10px;
    padding: 10px 12px 10px 12px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
}

.mapDescriptionName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.mapDescriptionText {
    margin-top: 6px;
    color: #5B5B5B;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.mapDescription a {
    display: block;
    padding-top: 10px;

    font-weight: normal;
    text-decoration: none;
    color: #3a84df;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
}

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