@charset "utf-8";

/* ------------ Reset ------------ */


a.more { color : #96979d; text-decoration: none; cursor: pointer }

a.more:hover, a:focus { text-decoration: none; color: inherit }
a.more:focus { text-decoration: none }

.more.nav-next:after {
    content: "→";
    font-size: 14px;
    padding-left: 5px;
}
.more {
    display: inline-block;
    margin-top: 15px;
}