
table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

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

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ccccff;
    color: black;
}



table.data-table {
    width: unset;
}

table.data-table td, table.data-table th {
    border: 1px solid #ddd;
    padding: unset;
}

table.data-table tr:nth-child(even) {
    background-color: unset;
}

table.data-table tr:hover {
    background-color: unset;
}

table.data-table th {
    padding-top: unset;
    padding-bottom: unset;
    text-align: unset;
    background-color: unset;
    color: unset;
}
