:root {
    --CustColor: #ab0707;
    --CustSoftColor: #f7e6e6;
    --CustBgColor: #ffffff;
    --CustTextColor: #000000;
    --CustBorderColor: #ab0707;
    --CustGradientInitColor: #484747;
    --CustGradientEndColor: #ffffff;
    --CustFillColor: #9d9d9d;
    --CustPlayingColor: chocolate;
    --CustAlertColor: #13ce05;
    --CustBoldColor: #7a0404;
    --CustFootToolBoxBgColor: #fdecec;
}

body {
}

.AlternateRows tr:nth-child(odd) td {
    background-color: #e6e8e3;
}