
:root
    {
    --myWidth:  100%;
    --myHeight: 95%;
    --createdLeft: 85%;
    --headerFontSize: 0.8rem;
    --headerTD1FontSize: 0.8rem;
    --mainfgColor: #FFFFFF;
    --mainbgColor: #E97F31;
    --createdColor: var(--navColor);
    --maincontainerHeightOffset: 90;
    --navrowTop: 0;
    --navrowTop1: 15;
    --navrowTop2: 37;
    --headerTop: 0;
    --titleTop: 18;
    --lhWidth: 400;
    --lhWidth2: 450;
    --lhHeight: 421;
    --lhHeight2: 391;
    --lhLeft: 50;
    --lhTop: 50;

    --timeCol:  1;
    --gnumCol:  2;
    --teamCol:  3;
    --scoreCol: 4;
    --separatorCol: 5;

    --timeWidth:  50px;
    --gnumWidth:  50px;
    --teamWidth: 150px;
    --scoreWidth: 75px;
    --separatorWidth: 1px;
    --bookWidth:  70px;

    --timeLeft:   0px;
    --gnumLeft:   calc(var(--timeLeft) + var(--timeWidth) + 5px);/*56px;*/
    --teamLeft:   calc(var(--gnumLeft) + var(--gnumWidth) + 5px);/*112px;*/
    --scoreLeft:  calc(var(--teamLeft) + var(--teamWidth) + 5px);/*268px;*/
    --separatorLeft:  calc(var(--scoreLeft) + var(--scoreWidth) + 5px);/*274px;*/
    --totalFixedWidth:  calc(var(--timeWidth) + var(--gnumWidth) + var(--teamWidth) + var(--scoreWidth) + var(--separatorWidth));
    }
