﻿#locationPicker {
    width: 100%;
    height: 250px;
}

.coordinates {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
    display: none;
}

#site-map {
    width: 100%;
    height: 200px;
}
