table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    background-color: #f2f2f2;
}
td {
    text-align: center;
}