/*
______________________________________________________
By L

<<<D (review 20220413):
    * so... a bunch of stuff that doesn't work?
    * made more sensible & consistent

______________________________________________________
*/


:root {

    --C2: repeating-linear-gradient(37deg, rgba(191,255,233,1) 10%,rgba(215,133,251,1) 65%,rgba(73,253,215,1) 90%) !important;
    --TOCb: var(--C2) !important;

    --C1: #FFF !important;

    --TOCf: #FFF !important;
    --Tf: #444 !important;

    --EM2bg: white !important;
    --EM2fg: black !important;
}

.header0 {
    color: #000 !important;
    border: 6px #888 solid !important;
    padding: 4px !important;
}

.header1 {
    color: #444 !important;
    border-bottom: 3px #888 solid !important;
}

.header2 {
    color: #666 !important;
    text-shadow: none !important;
    border-bottom: 3px #888 solid !important;
}




.ett_num {
    --Bb: linear-gradient(78deg, rgba(191,255,233,1) 10%,rgba(245,113,251,1) 65%,rgba(53,253,205,1) 90%);
    --Bf: white !important;
}


.strongemu {
  --EMbg: lime !important;
  --EMbg: linear-gradient(78deg, rgba(191,255,233,1) 10%,rgba(245,113,251,1) 65%,rgba(53,253,205,1) 90%) !important;

  border-bottom: 3px solid linear-gradient(78deg, rgba(191,255,233,1) 10%,rgba(245,113,251,1) 65%,rgba(53,253,205,1) 90%) !important;

  border-color: linear-gradient(78deg, rgba(191,255,233,1) 10%,rgba(245,113,251,1) 65%,rgba(53,253,205,1) 90%) !important;
}