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

/*alternate table colors*/
tr:nth-child(odd)       { background-color:#eee; }
tr:nth-child(even)      { background-color:#fff; }
