body {
    padding-top: 70px;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

tbody tr:nth-child(even) td {
    background-color: lightgrey;
}

thead tr th {
    background-color: lightblue
}