
body {
    font-family: sans-serif;
    font-size: 80% !important;
}

th {
    border-bottom: 1px solid black;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

table {
    border-spacing: 0;
}

td {
    padding: 4px;
    border-right: 1px solid #ccc;
}

/*td:first-child {*/
/*    border-left: 1px solid #ccc;*/
/*}*/

tbody tr:last-child td, tbody tr:nth-last-child(2) td {
    border: 0;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
    /*color: #fff;*/
}
tbody tr:nth-child(even) {
    /*background-color: #f2f2f2;*/
    background-color: #fff;
}

table.clickable-table tr:hover {
    -webkit-filter: brightness(80%);
    cursor: pointer;
}
