.prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
    -webkit-box-pack: justify;;
        -ms-flex-pack: justify;;
            justify-content: space-between;
    width: 100%;
    margin: auto;
    border-top: 1px solid #eeeeee;
    padding:5rem 5rem 5rem 5rem ;


}





.prev-next a {
    text-decoration: none;
    font-size: 26px;
}

@media (max-width: 480px) {
    .prev-next a {
        text-decoration: none;
      font-size: 16px;
    }
}


.next-tag,
.prev-tag {
    display: block;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
    color: #000000;
    opacity: .54;
}

.next-tag {
    text-align: right;
    padding-right: 21px;
}

.prev-tag {
    text-align: left;
    padding-left: 21px;
}

.prev-chapter,
.next-chapter {
    color: #000000;
    font-weight: 700;
    text-transform: none;
}

.next-chapter i {
    padding-left: 8px;
}

.prev-chapter i {
    padding-right: 8px;
}

.prev-button:hover .prev-chapter,
.next-button:hover .next-chapter{
    cursor: pointer;
    opacity: .54;
}
