html {
    border: 1px solid orange;
}

body {
    color: orange;
}

.modal-box {
    border: 1px solid orange;
}

a {
    color: orange;
}

button {
    color: orange;
}
button:active {
    background-color: orange;
}


.pressed {
    background-color: orange;
}

@media handheld, only screen and (max-width: 767px) {
    .control-section {
        border-top: 1px solid orange;
    }
}


/*  SLIDERS */
li~li {
    border-bottom: 1px solid orange;
}
.signal {
    border-bottom: 1px solid orange;
}
.signal-hor {
    border-right: 1px solid orange;
}
.slider:focus::-webkit-slider-runnable-track {
    background: orange;
}
.slider:focus::-ms-fill-lower {
    background: orange;
}
.slider:focus::-ms-fill-upper {
    background: orange;
}
.slider::-webkit-slider-thumb {
    border: 2px solid orange;
}

.slider::-webkit-slider-runnable-track {
    background: orange;
}
.slider::-moz-range-track {
    background: orange;
}

.slider::-ms-fill-lower {
    background: orange;
}
.slider::-ms-fill-upper {
    background: orange;
}