table{
    width: 100%;
    border-collapse: collapse;
}
th,td{
    padding: 8px;
}
thead > th{
    text-align: center;
}
tbody > tr:nth-child(odd){
    background: #F0F0F0;
}
tbody > tr:nth-child(even){
    background: #F9F9F9;
}

