table.table {
    border-collapse: collapse;
}
table.table thead {
    background-color: #7e0e2f;
    color: white;
}
table.table th,
table.table td {
    padding: 10px;
}
table.table th {
    text-align: center;
    border: 2px solid whitesmoke;
    font-weight: normal;
    font-size: 13px;
}
table.table tbody tr {
    border-bottom: 2px solid #a6a6a6;
}