.prevnext-wrapper {
    display:block;
    width: 100%;
}

.prevnext-item {
    display:inline-block;
    width: 50%;
    float: left;
}

.prevnext-left {
    text-align: left;
}

.prevnext-right {
    text-align: right;
}

a.prevnext-link {
    padding: 10px;
    text-decoration: none;
    line-height: 3em;
    background-color: #454545;
    color: white;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s ease;
}

a.prevnext-link:hover {
    background-color: #cccccc;
    color: #454545;
}