
  
table.chron_table, table.chron_table th, table.chron_table td 
{
    border: 1px solid black;
    border-collapse: collapse;  
    padding: 4px;
    font-size: .9em;   
}

.chron_window
{
    border: .1rem solid black;
    width: 100%;
    overflow: scroll;
}

table th
{
    border: 1px solid red;
    font-size: 1.1em;
    background-color: #f9a318;    
}

tr:nth-child(2n) {background: #FCD491}
tr:nth-child(2n+1) {background: #ffeaba}

.tabledayrow
{
    background-color: #f9a318 !important;    
}
.tablefirstcol
{
    border: 1px solid green;
    background-color: #70002b; 
    font: italic bold 1.2em Arial, Helvetica, sans-serif !important;
    color: #dea664; 
}

td {height: 13px;
    padding: 0px 0px 0px 3px;}

