#toolbar {
    background: rgba(89, 89, 91, 0.75);
    border-right: 1px solid black;
    flex: 1 0 240px;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    text-align: center;
    vertical-align: top;
    z-index: 10000;
}
    #toolbar button {
        /* box-shadow: 0px 0px 5px 1px black; */
        font-size: 14px;
        margin: 0 5px;
        padding: 0 5px;
    }
    #toolbar fieldset {
        border: none;
        border-top: 2px ridge rgb(89, 89, 91);
        flex: 1 0 auto;
        margin: 10px 0 0 0;
        padding: 0 10px;
        text-align: left;
    }
#toolbar label {
    color: white;
}
    #toolbar legend {
        background: rgb(89, 89, 91);
        border-radius: 2px;
        box-shadow: 2px 2px 0px 0px black;
        color: #ECC530;
        font-size: 12px;
        font-weight: bold;
        margin: 0 auto 10px auto;
    }
#toolbar select {
    font-family: 'prox-regular', Helvetica, sans-serif;
    font-size: 14px;
}
/* Toolbar handle */
#toolbarHandle {
    background-color: #59595b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid black;
    border-collapse: collapse;
    border-right: 1px solid black;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 10000;
}
#handleIcon {
    color: #D9782D;
    font-size: 72px;
    position: relative;
}
.handleOut #handleIcon {
    color: #ECC530;
}
#handleIcon i {
    position: absolute;
    top: -16px;
    left: -16px;
}
.hideToolbar {
    display: none;
}
.showToolbar {
    min-width: 240px;
    width: 240px;
}
.handleIn {
    left: 0px;
}
.handleOut {
    background: rgba(89, 89, 91, 0.75) !important;
    left: 241px;
}

/* Custom radio buttons */
.radioContainer {
    display: inline-block;
    position: relative;
}

    .radioContainer input {
        position: absolute;
        opacity: 0;
    }

.customRadio {
    position: absolute;
    top: 0;
    left: 0;
}

/* Background fieldset */
    #bgField {
        text-align: center !important;
    }
    .swatch {
        padding: 14px;
    }
        .swatch span {
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 0px;
            box-shadow: 0px 0px 5px 1px black;
            height: 25px;
            width: 25px;
        }
    .swatch:hover input ~ .customRadio {
        border: 1px solid #cc5430;
    }
    .swatch input:checked ~ .customRadio {
        display: block;
        top: 0;
        left: 0;
        width: 23px;
        height: 23px;
        border: 2px solid #cc5430;
    }
/* Performance fieldset */
    #speedField div {
        justify-content: space-between;
    }
    #speedField label {
        font-size: 0.7em;
        margin-top: -10px;
        padding: 0;
        width: 30%;
    }
    #speedLabel {
        margin-bottom: 10px;
        margin-left: 5px;
        text-align: left;
    }
    #qualityLabel {
        margin-bottom: 10px;
        margin-right: 5px;
        text-align: right;
    }
    #speedSlider {
        display: block;
        width: 90%;
        margin: 5px auto 0 auto;
        padding: 5px 0;
    }
/* Features fieldset */
    #toolbar label {
        font-size: 14px;
    }
    .spinInput {
        width: 25px;
        display: inline;
    }
/* Custom fieldset */
    #customText {
        border: none;
        margin-bottom: 5px;
        width: 100%;
    }
/* Button divs */
    #buttonDiv1 {
        margin-top: 5px;
    }
    #buttonDiv2 {
        border-top: 2px groove rgb(89, 89, 91);
        padding: 10px 0;
    }
    #buttonDiv2 button {
        margin: 5px;
    }

