.pref-loc-spacer {
    height: 5px;
}

.pref-loc-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.pref-loc-location {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.pref-loc-profile-list {
    margin-left: 10px;
}

.pref-loc-profile-empty {
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;    
}

.pref-loc-edit-button {
    border: 1px solid #FA4094;
    background: none;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #FA4094;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.pref-loc-edit-button:hover {
    text-decoration: none;
    color: #DE116E;
    border: 1px solid #DE116E;

}

.pref-loc-section-title {
    padding-left: 0 !important;
}

.pref-loc-profile-container {
    padding-left: 0; 
    margin-left: 0; 
    margin-top: 8px;
}

.pref-loc-profile-list {
    padding-left: 0; 
    list-style-type: none;
}

.pref-loc-profile-region-name {
    font-weight: 700
}

.pref-loc-profile-district-names {
    padding-left: 1em; 
    padding-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
    .pref-loc-section-title {
        padding-left: 12px !important;
    }

    .pref-loc-edit-button {
        width: 97%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}