@font-face {
    font-family: Montserrat;
    src: url(../inc/Montserrat-Regular.otf);
    line-height: 24;
}     
body {
    font-family: Montserrat, Arial, Tahoma, sans-serif;
}
table th {
    font-weight: 700;
    color: #444;
    font-size: 16px;
}
table td, table tfoot{
    color: #464646;
    opacity: 0.8;
    text-align: center;
}
table tr {
    /*height: 69px;*/
}
table td:first-of-type{
    text-align: left;
}
table tfoot{
    font-style:italic;
    font-size: 12.8px;
    opacity: 0.5;
}
table{
    width: 100%;
}

table th{
    background-color: lightgray;
}
table tr:nth-of-type(odd){
    background-color: #D8DBE2;
}
table tr{
    height: 5px;
}
.tblblank{ 
    /*display: initial;*/
    width: 0px;
    padding: 5px;
    border:0px solid black;
}
.tblblank td{
    background: none;
    background-color: white; 
}