body {
    padding-right: 0 !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;
}

.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-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 {
    margin-top: 5px;
}

.amirural-address.active {
    background-color: #e9e1c5;
}

.amirural-address {
    padding: 8px;
    margin-bottom: 0;
}

.address-list-group {
    margin-bottom: 20px;
}
