thead{ 
    font-size: 20px; 
    text-align: left; 
}

thead tr{
    background: gray;
}

td{ 
    padding: 6px; 
    border: 1px solid #FEFEFE; 
}

tr:nth-child(odd){ background: #e5e5e5; }