.GridTable th {
    height: 25px;
    background-color: lightgray;
    color: black;
    font-weight: bold;
    border: 1px Solid White;
    font-size: 10pt;
    font-family: Calibri;
    text-align: center;
}

.GridTable td {
    border: 1px Solid lightgray;
    font-size: 11px;
    font-family: Verdana;
}

/* td {
    font-size: 11px;
    font-family: Verdana;
} */

.TableBrdr {
    border: Orange 1px solid;
}