﻿body {
    font-size: 0.8rem;
    color: #000;
    font-family: Arial, sans-serif;
    margin: 10px 0 30px 0px;
    background-color: #fff;
}

h1 {
    margin-bottom: 40px;
}

.divResultHeader {
    font-size: 1.2rem;
    font-weight: bold;
}

.divInfo {display: none;}
.divNoPrint {
    display: none !important;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

th {
    border-bottom: solid 2px #808080;
    text-align: center;
}
    
td {
    border: solid 1px #cccccc;
    text-align: center;
}

.tdRange {
    width: 35%;
}

.tdMonth {
    width: 25%;
}

.tdTotal {
    width: 35%;
}

.tdVerifiable {
    width: 25%;
}


.tdRemove {
    display: none;
}

.tdLeft {
    text-align: left !important;
}
