
table,
td {
    border: 1px solid #333;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
    text-align: center
}

table {
    width: 50%;
    margin: 20px auto;
}