﻿

.divReport {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px black solid;
    padding: 5px;
    color: black;
    font-size:.9em;
}
.report {
    border:1px black solid;
    margin-top:15px;
}
.report thead tr th {
    color: black;
    font-weight: 500;
    padding: 8px;
    background-color: #b9b9b9;
}
    .report tbody tr td {
        padding: 1px;
        padding-left: 7px;
    }



.reportBoxed tbody tr td {
    border: 1px black solid;
}

.reportStriped tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.reportHover tbody tr:hover td {
    background-color:#e2e2e2;
}
