.manga-history {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin-bottom: .8rem
}

.manga-history-cover {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: .7rem
}

.manga-history-detail {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    border-bottom: .0625rem solid #f1f1f1
}

.manga-history-detail a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 1rem
}

.manga-history-detail p.manga-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem
}

.manga-history-detail p.manga-category {
    margin-top: 5px;
    font-size: 14px;
    color: #999
}

.manga-history-detail .manga-read-chapter {
    position: absolute;
    bottom: .2rem;
    font-size: 12px;
    color: #999
}

.manga-history-detail a .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 1.5rem;
    color: #999
}