﻿.jqx-switchbutton {
    border-radius: 10px;
}


.jqx-switchbutton-label-on-darkblue {
    background: #0b4551;
    color: #0b4551;
}

.jqx-switchbutton-thumb-darkblue {
    background: #eeeeee;
    color: #eeeeee;
    
}

.jqx-switchbutton-wrapper {
    /*background: #0b4551;*/
}

.settings-section {
    height: 45px;
    width: 100%;
    border: 0px solid #b4b7bc;
    border-bottom-width: 0px;
}



.settings-label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    margin-left: 5px;
    margin-top: 8px;
    float: left;
}

.settings-setter {
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}