.tableStyle tbody {
    box-shadow: 0px 0px 6px 0px grey;
}

.tableStyle tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tableStyle tr:hover {
    background-color: #ddd;
}

.tableStyle tr {
    padding: 2px !important;
}

.tableStyle td {
    font-size: 12px;
    padding: 2px !important;
}

.tableStyle th {
    padding: 2px !important;
    text-align: left;
    background-color: #cc0000;
    color: white;
    font-weight: bold;
    font-size: 14px;
}