    body {
        background-image: url(../resrcs_imgs/imgonline-com-textureteamless-coronavirusbgv2.png.jpg);
        background-color: #e0e0e0;
    }
    
    table {
        border: 2px solid #808080;
        width: 2px;
    }
    
    tr,
    td,
    th {
        border: 1px solid black;
        padding: 2px;
    }
    
    th.wide {
        width: 300px;
    }
    
    td.wide {
        width: 300px;
    }
    
    tr.odd {
        background-color: #f0f0f0;
    }
    
    tr.even {
        background-color: #d0d0d0;
    }
    
    .half {
        background-color: #a0f0a0;
    }
    
    tr.redd{
        background-color: red;
    }
    tr.yelloww{
        background-color: yellow;
    }
    tr.greenn{
        background-color: green;
    }

    .centerdiv {
        margin: 0 auto;
        width: 1200px;
    }
    
    h1 {
        color: #000000;
    }
    
    div.hideme {
        display: none;
    }
    
    div.showme {
        display: block;
    }
    
    tr.rowhighlight {
        margin: 0;
        border: 0;
        padding: 0;
    }
    
    td.centered {
        text-align: center;
    }
    
    .docs {
        table-layout: fixed;
        width: 90%;
    }
    
    .provreport {
        table-layout: fixed;
        width: 60%;
    }
    
    .thid {
        width: 5%;
    }
    
    .thlobid {
        width: 5%;
    }
    
    .thname {
        width: 20%;
    }
    
    .thpurpose {
        width: 50%;
    }
    
    .thurl {
        width: 10%;
    }
    
    .thsrc {
        width: 10%;
    }
    
    td.young {
        background-color: cyan;
    }
    
    td.old {
        background-color: magenta;
    }
    
    td.regular {
        background-color: yellow;
    }
    
    td.deceased {
        background-color: red;
    }
    
    td.delta0 {
        background-color: LightGreen;
    }
    
    td.delta10 {
        background-color: LightBlue;
    }
    
    td.delta100 {
        background-color: yellow;
    }
    
    td.delta1000 {
        background-color: Red;
    }
    
    div.textblob {
        max-width: 1000px;
        min-width: 600px;
    }
    
    .provreport {
        table-layout: fixed;
        width: 60%;
    }
    
    .valu {
        width: 20%;
    }
    
    .percent {
        width: 20%;
    }
    
    .alignrt {
        text-align: right;
    }
    
    .button {
        font: bold 11px Arial;
        text-decoration: none;
        background-color: #EEEEEE;
        color: #333333;
        padding: 2px 6px 2px 6px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #CCCCCC;
    } 
    
    th.wide {
        width: 300px;
    }

    .fixed {
        table-layout: fixed;
        width: 90%;
      }
    .fixedinr {
        table-layout: fixed;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        vertical-align: top;

        
      }
    .w {
        width: 400px;
    }
    .w2 {
        width: 500px;
    }