table {
    width: 100%;
    border-collapse: collapse;
}
table tr td {
    border: 1px solid black;
    border-collapse: collapse;

}
table tr:nth-child(even) td{
    background-color: lightgray;
}