/*
* Navigation
*/
.article-navigation{
    margin: 20px 0 0 0;
    height: 10px;
}

.nav-prev{
    float: left;
}

.nav-next{
    float: right;
}

/*
*   Article Read-More
*/
.articles_view hr#system-readmore{
    display: none;
}