/* Google Maps */
#mapbox {
    height: 400px;
    width: 942px;
}

#map-wrap {
width: 942px;
height: 400px;
}

#findanursery {
width: 942px;
height: 400px;
z-index: 555;
}

.loading-message {
    position: absolute;
    left: 37%; top: 40%;
    height: 200px; width: 200px;
    font-size: 19px;
    text-align: center;
    font-family: "proxima-nova", helvetica, sans-serif;
    z-index: 1;
}

    .loading-message img {
        height: 50px; width: 50px;
        text-align: center
    }

    .loading-message p {
        display: block;
        width: 100%;
        text-align: center;
        clear: both
    }

#nurserymap {
    z-index: 2
}

.maplabel {
    width: 300px
}

.maplabel .firstHeading {
    font-family: "proxima-nova", helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    color: #777;
}

.map-label-details li {
    list-style-type: none;
    color: #555;
}

.map-label-details li a {
    color: #00b1eb;
}