﻿@charset "UTF-8";
#map {
    height: 900px;
}

.dismap-label {
    font-size: 10px;
    background: #ffeda0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px
}

.slmap-label {
    font-size: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: #ffeda0
}

.info {
    padding: 3px 3px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .info h4 {
        margin: 0 0 3px;
        color: #777;
    }

.legend {
    text-align: left;
    line-height: 25px;
    color: #555;
    margin-right: 16px;
}

    .legend i {
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 8px;
        margin-top: 3px;
        opacity: 0.7;
    }

.ws-popup {
    font-size: 12px;
    color: Black
}
