table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
    text-align: left;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    font-weight: bold;
    text-align: left;
}

table th,
table td {
    padding: 0.75rem 1rem;
}

tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}
