.dividends-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 17px;
}
.dividends-table th,
.dividends-table td {
    border: 1px solid #D6E0E2;
    border-top: 0;
    border-bottom: 0;
    padding: 27px 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    word-break: break-word;
}
.dividends-table td{
    border: 1px solid #E7E7E7;
    border-top: 0;
    border-bottom: 0;
}
.dividends-table th:first-child,
.dividends-table td:first-child {
    border-left: none;
}
.dividends-table th:last-child,
.dividends-table td:last-child {
    border-right: none;
}
.dividends-table thead .lvl1 th {
    background: #D4E9EE;
    color: #222222;
    font-weight: 500;
}
.dividends-table thead .lvl1 th.year {
    background: #BFDEE5;
}
.dividends-table thead .lvl2 th {
    background: #E9F4F6;
    color: #1F1F1F;
    font-weight: 500;
}
.dividends-table tbody td{
    color: #666666;
}
.dividends-table tbody tr:nth-child(odd) td {
    background: #F0F0F0;
}
.dividends-table tbody tr:nth-child(even) td {
    background: #F9F9F9;
}
.dividends-table th.year,
.dividends-table td:first-child {
    width: 15%;
}
.dividends-table thead .lvl2 th:nth-child(2),
.dividends-table tbody td:nth-child(2) {
    width: 21%;
}
.dividends-table thead .lvl2 th:nth-child(3),
.dividends-table tbody td:nth-child(3) {
    width: 21%;
}
.dividends-table thead .lvl2 th:nth-child(4),
.dividends-table tbody td:nth-child(4) {
    width: 21%;
}
.dividends-table thead .lvl2 th:nth-child(5),
.dividends-table tbody td:nth-child(5) {
    width: 21%;
}
@media (max-width:1000px) {
    .dividends-table th,
    .dividends-table td {
        padding: 10px 8px;
        font-size: 15px;
    }
}