﻿.focus {
    background-color: #F5844C;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.pageNumber {
    padding: 2px;
}

table {
    width:100%;
}

td,
th {
    border: 1px solid whitesmoke;
    text-align: left;
}

tr:nth-child(odd) {
    background-color: white;
}

tr:nth-child(even) {
    background-color: #f0f0f0;
}
