
.table-results .clickable:hover {
    background-color: rgba(216, 216, 216, .3);
}

.table-results .even {
    background-color: rgba(216, 216, 216, .1);
}

.table-results th {
    font-size: 13px;
    line-height: 13px;
    color: #4A4A4A;
    opacity: .73;
    padding: 0 6px;
}

.table-results .column {
    font-size: 16px;
    line-height: 17px;
    color: #4A4A4A;
    padding: 12px 6px;
}

.table-results .column.rank, .table-results .column.year {
    font-size: 13px;
    line-height: 13px;
}

.table-results .column.name {
    font-size: 12px;
    line-height: 15px;
    color: #7E7E7E;
}

.table-results .column.name .person-name {
    font-size: 16px;
    line-height: 17px;
    color: #4A4A4A;
    text-decoration: none;
}

.show-more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    color: #4A4A4A;
    margin: 20px 0;
}

.show-more img {
    margin-left: 5px;
    height: 10px;
    width: auto;
}

/*MOBILE*/
@media (max-width: 560px) {

    .results-table .finns, .results-table .salary, .results-table .capital-income {
        display: none;
    }

}