
/* Background color styles
-------------------------------------------------- */

.greenText {
    color: forestgreen;
}

.redText {
    color: red;
}

.blueText {
    color: dodgerblue;
}

.blackText {
    color: black;
}

.whiteText {
    color: white;
}


.black {
    background-color: black;
}

.green {
    background-color: forestgreen;
}

.red {
    background-color: red;
}

.darkblue {
    background-color: navy;
}

.blue {
    background-color: dodgerblue;
}

.lightblue {
    background-color: lightblue;
}

.bluegrey {
    background-color: #e1edf0;
}

.grey {
    background-color: #CCCCCC;
}

.gray {
    background-color: #CCCCCC;
}

.lightgray {
    background-color: #EEEEEE;
}

.orange {
    background-color: #db6930;
}

.lightorange {
    background-color: #f8b88b;
}

.lightyellow {
    background-color: #faf884;
}

.lightgreen {
    background-color: #baed91;
}

.pastelblue {
    background-color: #b2cefe;
}

.lightpink {
    background-color: #f2a2e8;
}

.ultralightblue {
    background-color: #c4f1f2;
}

.midgreen {
    background-color: #91f2a5;
}

.lightpurple {
    background-color: #ebd7fa;
}

.white {
    background-color: white;
}

.maroon {
    background-color: #70221f;
}

.brown {
    background-color: #5c350f;
}

.purple {
    background-color: #4f30db;
}


.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strikethrough {
    text-decoration: line-through;
}

.size-x {
    font-size: 1.2em;
}

.size-xx {
    font-size: 1.4em;
}

.size-xxx {
    font-size: 1.6em;
}

.size-xxxx {
    font-size: 1.8em;
}

.size-xxxxx {
    font-size: 2em;
}

.size-s {
    font-size: 0.8em;
}

.size-ss {
    font-size: 0.6em;
}

.size-sss {
    font-size: 0.4em;
}

.size-ssss {
    font-size: 0.2em;
}

.size-sssss {
    font-size: 0.1em;
}

.ChkBox input {
    width: 50px;
    height: 50px;
}

.rblist {
    all: unset;
    font-size: 7pt;
}

.frame {
    width: 600px;
    padding: 20px;
    border: 1px solid gray;
}

.e-check-rad {
    font-weight: bold;
    width: 200px;
}
