.lds-facebook {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 10px;
    background: #757575;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 22px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 36px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 4px;
        height: 32px;
    }
    50%, 100% {
        top: 12px;
        height: 12px;
    }
}

.excluded_info {
    padding: 5px;
    color: #fff;
    margin-top: 15px;
    background: #459d45;
}

.elasticpress_page_elasticpress-weighting .field-group .fields fieldset legend {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: bold;
}

.elasticpress_page_elasticpress-weighting .field-group .fields fieldset p {
    width: 50% !important;
}