﻿
.table {
    width: 330px;
    height: 68px;
    background-color: transparent;
    direction:ltr;
    border-bottom:solid 1px #000000;
    font-family:Calibri
}

table.table tr td{ text-align:center}


table.table tr td div{
  
    text-align: center; 
    font-size: 35pt; 
    font-weight: bold;   /* options are normal, bold, bolder, lighter */
    font-style: normal;  /* options are normal or italic */
   
}

.blue{color:#1C6D9D}

.white{color:#ffffff}

.maroon{color:#660000}


table.table tr td label{    /* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */      

    font-size: 8pt; 
    font-weight: normal;   /* options are normal, bold, bolder, lighter */
    color: #000000;      /* change color using the hexadecimal color codes for HTML */
}


table.table tr td b{  
     font-size:10pt; color:#000000 
}




