@media (min-width: 992px) {
    .pull-left-new {
        float: left;
    }
    .pull-right-new {
        float: right;
    }

    .history-btn {
        display: inline-block;
        float: right;
        position: absolute;
        right: 0px;
        top: -42px;
        line-height: 20px;
        font-size: 16px;
        padding: 5px 10px;
        background-color: #eeeeee;
        cursor: pointer;
    }
    .h5-rank-title {
        display: none;
    }
}

@media (max-width: 768px) {
    #poetRankDIV{
    }
    #poetryRankDIV{
        display: none;
    }
    #poetInfoRankDIV{
        display: none;
    }
    .h5-rank-title {
        display: flex;
        width: 100%;
    }
    .h5-rank-item{
        flex: 1;
        margin: 0px 20px;
        padding: 5px;
        border: 1px solid #eeeeee;
        border-radius: 5px;
        background-color: #eeeeee;
        text-align: center;
    }
    .h5-rank-title .on {
        background-color: #ffb361;
        color: white;
    }
    .pull-left-new {
        display: none;
    }

    .history-btn {
        display: inline-block;
        float: right;
        position: relative;
        top: 86px;
        line-height: 20px;
        padding: 5px 10px;
        background-color: #eeeeee;
        cursor: pointer;
        z-index: 100;
        font-size: 12px;
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.catalog-title {
    /*display: inline-block;*/
}
.history-div {
    position: relative;height: 0px;
}