
table.dataTable {
    width: 98%;
    text-align: center;
}
table.dataTable, table.dataTable td, table.dataTable th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
    font-family: arial narrow;
    font-size: 12pt;
    font-weight: normal;
}
table.dataTable thead {
    color: white;
    background-color: #7494a2;
    cursor: pointer;
}