body {
    padding-right: 0px !important;
}

p {
    margin: 10px 0;
}

h1 {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-bottom: 0;
}

h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #744b27;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-open {
    overflow-y: auto;
}

.modal-title {
    font-size: 24px;
}

.leaflet-container a.leaflet-popup-close-button {
    margin-right: 3px;
}

.amirural-address-delete {
    color: #767676;
    margin-top: 3px;
}

.amirural-address span {
    margin-left: 8px;
}

.amirural-clearall span {
    color: #767676;
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.amirural-clearall span:hover {
    color: red;
}

#amirural-intro {
    margin-top: 25px;
}

.amirural-left {
    padding: 0 !important;
}

.amirural-row {
    padding-left: 30px;
    margin-bottom: -75px;
    margin-right: 0;
}

#amirural-search {
    margin-top: 20px;
    margin-bottom: 6px;
}

.popupName {
    font-size: 18px;
    color: #744b27;
}

.popupCounty {
    font-size: 14px;
    color: #744b27;
}

#mapContainer {
    margin-top: 2px;
    width: 100%;
    overflow-x: hidden;
}

#map {
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
}

/*===========================================================================*/

.question-icon {
    font-size: 21px;
    padding-left: 8px;
}

.btn {
    font-size: 14px;
}

.report-btn {
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    margin-right: 10px;
}
.report-btn button {
    margin-bottom: 12px;
}

#addressListBlock {
    display: none;
    margin-top: 15px;
    margin-bottom: 20px;
}

#addressList {
    list-style-type: none;
    margin-top: 5px;
}

#addressList > div.active {
    background-color: #e9e1c5;
}

#addressList > div {
    padding: 8px;
    margin-bottom: 0;
}

#addressList > div > span {
    cursor: pointer;
}

#addressList > div > span:hover {
    color: red;
}

@media (max-width: 767px) {
    #mapContainer {
        margin-left: -15px;
    }

    .amirural-left {
        padding-right: 30px !important;
    }
}

/* overwrite offsite css to fix accessibility issue with links */
.leaflet-control-attribution a {
    text-decoration: underline;
}
