hr {
    border: none;
    border-top: 1px solid #cccccc;
}

.ranktable .dark td {
    background-color: #f8f8f8;
}
.ranktable .left, .middle, .right {
    text-align: center;
}
.ranktable td, .ranktable th {
    min-width: 100px;
    padding: 0.2rem;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.ranktable {
    width: fit-content;
    padding-bottom: 1px;
    background-color: #e1e1e1;
    border-radius: 6px;
}
.ranktable table {
    margin: 3px;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
}

.pagi span {
    color: #37a;
    cursor: pointer;
}
.pagi :hover {
    color: #ffffff;
    background: #37a;
}
.pagi .thispage {
    color: #ffffff;
    background: #83bf73;
}

.userid {
    color: red;
    text-decoration: none;
}