.lookup {
font-size: 1em;
font-family: verdana;
white-space: nowrap;
line-height: 1.4;
}

.lookup thead {
font-weight: bold;
}



#players thead tr{
    background-color: #EECCCC;
}

#players tbody tr:nth-child(even) {
    background-color: #EEDDDD;
}
#players tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}



