
.tgd-styled-table {
    width: 100%;
    border: 1px solid #000 !important;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    font-family: inherit;
}

.tgd-styled-table th,
.tgd-styled-table td {
    border: 1px solid #000 !important;
    padding: 6px !important;
    font-weight: normal;
}

.tgd-styled-table thead th {
    text-transform: uppercase;
    font-weight: bold;
}

.tgd-styled-table tbody tr:nth-child(even) {
    background-color: #fff !important;
}

.tgd-styled-table tbody tr:nth-child(odd) {
    background-color: #f8f8f8 !important;
}

.tgd-styled-table tbody tr:hover {
    background-color: #f5f5f5 !important;
}
