/*                                         */
/*  =====================================  */
/*                                         */
/*  "eryk_fancy-tables.css"  Eryk Wdowiak  */
/*  last updated:            26 Apr 2021   */
/*                                         */
/*  =====================================  */
/*                                         */
.datadict {
    font-family: "Droid Sans", "Liberation Sans", Arial, sans-serif;
    border-collapse: collapse;
}
td.datadict, th.datadict {
    border: 1px solid #ddd;
    padding: 8px;
}
tr.datadict:nth-child(even){background-color: #f2f2f2;}
tr.datadict:hover {background-color: #ddd;}
th.datadict {
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
    text-align: left;
    background-color: rgb(5, 91, 28); 
    color: white;
}
p.datalist {
    font-family: "Droid Sans", "Liberation Sans", Arial, sans-serif;
}
p.datalhdr {
    margin-bottom: 0.25em; 
    text-decoration: underline;
}
p.dataltxt {
    margin-left: 25px; margin-top: 0.25em;  
}
p.datadwld {
    margin-left: 25px; margin-top: 0.0em; margin-bottom: 0.25em;  
}
