.quicksort-show {
    /* float: left; */
    display: inline-block;
}

.quicksort-show td {
    text-align: center;
}



.pivot {
    color: #ff0000;
}




.left-half {
    /* background-color: #00ffff; */
    /* CMYK Blue */
    /* background-color: #333399; */
    /* Crayola Blue */
    /* background-color: #1f75fe; */
    /* Excel Blue 04 */
    background-color: #0066ff;
}



.right-half {
    /* background-color: #00ff00; */
    /* Avocado */
    /* background-color: #568203; */
    /* Dark Green - X11 */
    /* background-color: #006400; */
    /* Excel Green 04 */
    background-color: #00cc00;
}




.left-left-half {
    /* background-color: #0000ff; */
    /* Crayola Blue */
    /* background-color: #1f75fe; */
    /* Baby Blue */
    /* background-color: #89cff0; */
    /* Excel Blue 02 */
    background-color: #3399ff;
}

.left-right-half {
    /* background-color: #add8e6; */
    /* Dark Blue */
    /* background-color: #00008b; */
    /* CMYK Blue */
    /* background-color: #333399; */
    /* Excel Blue 06 */
    background-color: #0000ff;
}



.right-left-half {
    /* background-color: #006400; */
    /* Bright Green */
    /* background-color: #66ff00; */
    /* Crayola Green */
    /* background-color: #1cac78; */
    /* Excel Green 02 */
    background-color: #00ff00;
}

.right-right-half {
    /* background-color: #90ee90; */
    /* Brunswick Green */
    /* background-color: #1b4d3e; */
    /* Castleton Green */
    /* background-color: #00563b; */
    /* Excel Green 06 */
    background-color: #006600;
}




.ll-left-half {
    /* Beau Blue */
    /* background-color: #bcd4e6; */
    /* Excel Blue 01 */
    background-color: #33ccff;
}

.ll-right-half {
    /* Duck Blue */
    /* background-color: #007791; */
    /* Excel Blue 03 */
    background-color: #0099ff;
}

.lr-left-half {
    /* Delft Blue */
    /* background-color: #1f30fe; */
    /* Excel Blue 05 */
    background-color: #0033cc;
}

.lr-right-half {
    /* Dark Blue */
    /* background-color: #00008b; */
    /* Excel Blue 07 */
    background-color: #000099;
}



.rl-left-half {
    /* Celadon */
    /* background-color: #ace1af; */
    /* Excel Green 01 */
    background-color: #66ff66;
}

.rl-right-half {
    /* CMYK Green */
    /* background-color: #00a550; */
    /* Excel Green 03 */
    background-color: #33cc33;
}

.rr-left-half {
    /* Dark Moss Green */
    /* background-color: #4a5d23; */
    /* Excel Green 05 */
    background-color: #008000;
}

.rr-right-half {
    /* Dark Green */
    /* background-color: #013220; */
    /* Excel Green 07 */
    background-color: #003300;
}




.background-blue-beau {
    background-color: #bcd4e6;
}

.background-blue-baby {
    background-color: #89cff0;
}

.background-blue-duck {
    background-color: #007791;
}

.background-blue-crayola {
    background-color: #1f75fe;
}

.background-blue-delft {
    background-color: #1f30fe;
}

.background-blue-cmyk {
    background-color: #333399;
}

.background-blue-dark {
    background-color: #00008b;
}



.background-green-celadon {
    background-color: #ace1af;
}

.background-green-crayola {
    background-color: #1cac78;
}

.background-green-cmyk {
    background-color: #00a550;
}

.background-green-dark-x11 {
    background-color: #006400;
}

.background-green-dark-moss {
    background-color: #4a5d23;
}

.background-green-castleton {
    background-color: #00563b;
}

.background-green-dark {
    background-color: #013220;
}






.background-blue-excel-01 {
    background-color: #33ccff;
}
.background-blue-excel-02 {
    background-color: #3399ff;
}
.background-blue-excel-03 {
    background-color: #0099ff;
}
.background-blue-excel-04 {
    background-color: #0066ff;
}
.background-blue-excel-05 {
    background-color: #0033cc;
}
.background-blue-excel-06 {
    background-color: #0000ff;
}
.background-blue-excel-07 {
    background-color: #000099;
}



.background-green-excel-01 {
    background-color: #66ff66;
}
.background-green-excel-02 {
    background-color: #00ff00;
}
.background-green-excel-03 {
    background-color: #33cc33;
}
.background-green-excel-04 {
    background-color: #00cc00;
}
.background-green-excel-05 {
    background-color: #008000;
}
.background-green-excel-06 {
    background-color: #006600;
}
.background-green-excel-07 {
    background-color: #003300;
}



.test-table {
    /* border: 1px solid black; */
    border-collapse: collapse;
    border-spacing: 0px;

    margin: 0px;
}

.test-table td {
    padding: 0px;
    border-width: 0px;

    /* border: 1px solid red; */

    margin: 0px;
}

.color-test-div {
    width: 100px;
    height: 100px;

    /* border: 1px solid black; */

    padding: 0px;
    margin: 0px;
}

.color-test-big-div {
    /* width: 100%; */
    width: 2000px;
    height: 100px;

    /* border: 1px solid black; */

    padding: 0px;
    margin: 0px;
}

