body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table {
    width: 100%;
}

table th,
table td {
    padding: 2px;
    border: 2px solid #FFFFFF;
}

table thead th,
table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}