.moneytop_table {
    width: 100%;
}

.moneytop_table th {
    font-size: 18px; /* was 20px */
    padding: 12px 12px;
    text-align: left;
    border-bottom: 2px solid #ddd !important;
}

.moneytop_table td {
    font-size: 16px; /* was 18px */
    padding: 12px 12px;
    line-height: 20px; /* wasnt here before */
}

.moneytop_table>tbody>tr>td, .moneytop_table>tbody>tr>th, .moneytop_table>tfoot>tr>td, .moneytop_table>tfoot>tr>th, .moneytop_table>thead>tr>td, .moneytop_table>thead>tr>th {
    border: 1px solid #ddd;
}

.moneytop_table>tbody>tr {
    transition: 0.25s;
}

.moneytop_table>tbody>tr:hover {
    background: #f0f0f0 !important;
    transition: 0.25s;
}

.moneytop_table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}