body {
    padding: 0;
    margin: 0;
}
html, body, #mapid {
    height: 100%;
    width: 100vw;
}

/* Main title*/
.info {
    padding: 12px 16px;
    margin-left: 60px;
    width: 320px;
    min-height: 500px;
    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 h2 {
    line-height: 24px;
    margin: 5px 0 5px;
    color: #777;
}
.info h3 {
    color: #777;
    margin-bottom: 20px;
}
.info ul {
    color:darkgray;
    padding: 0 1.5rem;
}
.info ul li {
    margin: .4rem 0;
    font-size: 16px;
    line-height: 1.5rem;
}
.info p {
    font-size: 12pt;
    font-weight: normal;
    color:darkgray;
    margin-bottom: 0;
    margin-top: 1em;
    line-height: 1.5rem;
}
#helperText {
    font-size: 12pt;
    line-height: 1.5rem;
    padding: 8px 12px;
    border-radius: 4px;
}
.success {
    color: #0c5460;
    border: 1px solid #bee5eb;
    background-color: #d1ecf1;
}
.danger {
    color: #721c24;
    border: 1px solid #f5c6cb;
    background-color: #f8d7da;
}
#reset-zoom {
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: rgba(33, 150, 243, .75);
    border: 1px solid lightgray;
    border-radius: 16px;
    padding: 8px 12px;
    color: #f2f2f2;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 48px;
}
.updated {
    display: block;
    position: absolute;
    bottom: 8px;
}

/* Legend */
.legend {
    padding: 12px 16px 16px;
    margin-left: 60px;
    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;
}
.legend h2 {
    line-height: 18px;
    margin: 5px 0 5px;
    color: #777;
}
.legend p {
    font-size: 12pt;
    font-weight: normal;
    color:darkgray;
    margin-bottom: 0;
    line-height: 12px;
}
.sh {
    height: 12px;
    width: 12px;
    margin-right: 4px;
    border-radius: 50%;
    border: 2px solid rgba(33, 150, 243, 1);
    background-color: rgba(33, 150, 243, .75);
    display: inline-block;
}
.ch {
    height: 12px;
    width: 12px;
    margin-right: 4px;
    border-radius: 50%;
    border: 2px solid rgba(224, 13, 45, 1);
    background-color: rgb(224, 13, 45, .75);
    display: inline-block;
}