#PaginatedTable {
    border-spacing: 0;
}
#PaginatedTable th, #PaginatedTable td {
    border: 0px solid #000;
    padding: 0.5em 1em;
}
#PaginatedTable thead td a:hover, #PaginatedTable tfoot td a:hover {
    //font-size: 1.2em;
    background-color:;
}
#PaginatedTable thead tr:first-child td:first-child, #PaginatedTable tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 0.9em;
}

#PaginatedTable thead tr:first-child td:last-child, #PaginatedTable tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 0.9em;
}

#PaginatedTable thead + tbody tr:last-child td:first-child, #PaginatedTable tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 0.9em;
}

#PaginatedTable thead + tbody tr:last-child td:last-child, #PaginatedTable tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 0.9em;
}
/*
#PaginatedTable thead tr:first-child td:nth-child(2), #PaginatedTable tfoot tr:last-child td:nth-child(2) {
    text-align: center;
}*/

#PaginatedTable thead + tbody tr td, #PaginatedTable tfoot + tbody tr td, #PaginatedTable tfoot tr td, #PaginatedTable tbody + tbody tr td, #PaginatedTable tr + tr td {
    border-top: 0;
}

#PaginatedTable tr th + th, #PaginatedTable tr td + td {
    border-left: 0;
}

#PaginatedTable thead, #PaginatedTable tfoot {
    line-height: 100%;
}
