/**********************************************************************************************/
.rank-table .rank-row .kp-name {
    justify-content: flex-start;
}

.rank-table .rank-row .kp-name a {
    color: blue;
    padding-bottom: 3px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.4em;

}

.rank-table .rank-row .kp-number {
    justify-content: flex-start;
}

.rank-table .rank-row .kp-number a {
    color: blue;
    padding-bottom: 3px;
}

