#similar {
    border-bottom: 1px solid var(--third-color)
}

#similar .content {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px
}

#similar .title {
    padding: 0
}

#similar .title a {
    font-size: 16px;
    font-weight: 500
}

#similar .author {
    font-size: 14px;
    margin-bottom: 3px
}

#similar .date {
    font-size: 12px
}

#similar .replies {
    background: var(--third-color);
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    border-radius: 50%
}

#topstats {
    border-bottom: 2px solid var(--third-color);
    border-radius: 10px
}

#topstats:last-child {
    border: none
}

#topstats .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px
}

#topstats .left {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

#topstats .title a {
    font-size: 16px;
    font-weight: 500
}

#topstats .author,#topstats .author a,#topstats .date {
    font-size: 13px
}

#topstats .content-views {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: calc(100% - 10px)
}

#topstats .content-left,#topstats .content-right {
    display: flex;
    align-items: center
}

#topstats .content-left {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#topstats .content-right {
    width: 20%;
    justify-content: center
}

#topstats .views {
    background: var(--third-color);
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

#topstats .content-views .content-left .right .title a {
    display: block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

		