.switch-toggle {
    width: 80%;
}

.slideLabel {
    /*width:200px !important;*/
    line-height: 30px !important;
}

.slide-button {
    background-color: #ed9c31;
}

@media (max-width: 767px) {
    .switch-toggle {
        width: 95%;
    }
}

/* a section header */
.section-label {
    text-align: center;
    font-size: 14px;
    width:100%;
    margin-top: 30px;
    font-style: italic;
    margin-bottom:20px;
    border-bottom:1px solid;
    padding:10px;
}

/* notes for sections */
.section-note {
    color: #333;
    background-color: antiquewhite;
    font-size: 15px;
    border-radius: 5px;
    line-height: 22px;
    padding: 10px;
}