body {
    font-family: verdana;
    font-size: x-small;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr:hover {
	background-color: #D6D6D6 !important;
}

.row-even {
	background-color: #F1F1F1 !important;
}

.row-odd {
	background-color: #FCFCFC !important;
}

td {
	padding: 1px;
}

th {
    background-color: #003b71;
    color: white;
}

table, th, td {
   border: 1px solid lightgray;
}