.online-users-row {
    height: 6rem;
}

.online-users-row .online-users-container {
    max-height: 90%;
    overflow-y: auto;
}


#whosonline .count-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

#whosonline .count-container .user-count-image {
    background: url(/images/op/index/online-users/user_count.png) no-repeat;
}

#whosonline .count-container .post-count-image {
    background: url(/images/op/index/online-users/post_count.png) no-repeat;
}

#whosonline .count-container .count {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#whosonline .count-container .count strong {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: LemonMilkMedium;
    color: var(--primary-border);
    text-shadow: 2px 2px var(--primary-dark);
}

#whosonline .online-hour-image {
    height: 20px;
    background: url(/images/op/index/online-users/online_hour.png) no-repeat;
}

#whosonline .online-week-image {
    height: 20px;
    background: url(/images/op/index/online-users/online_week.png) no-repeat;
}

#whosonline .trow1 {
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}