#lettermap {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 600px;
}

.placetypefilter {
    background: rgba(256, 256, 256, 0.6);
    padding: 6px;
    border-radius: 10px;
    font-style: oblique;
}

.popupheader {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.1em
}

.placetypefilter .form-check {
    margin-bottom: -1px;
    font-size: 14px;
}

.placetypefilter label {
    font-size: 14px;
}

.placetypelist {
    list-style: none;
    padding-left: 0;
    font-style: oblique;
    font-size: 12px;
    color: grey;
}

.placetypelist li {
    font-size: 12px;
}

.popuplink {
    display: block;
    font-size: 14px;
    color: white !important;
}

.lookdisabled {
    color: grey !important;
}

#dateslidercontainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
#daterange{
    border: 0;
    color: black;
    font-weight: bold;
}
