.pagelinks ul {
    margin: 0;
    padding: 0 0.5em;
}
.pagelinks ul li {
    list-style: none;
    margin-bottom: 1em;
    line-height: 1.4;
}
.pagelinks ul li a {
    color: inherit;
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
}
.pagelinks ul li a:hover {
    color: #999;
}
.pagelinks ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 0 0.1em 0.2em;
    border-top: 2px solid #0a0a0a;
    border-right: 2px solid #0a0a0a;
    transform: rotate(45deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.pagelinks ul li a:hover::after {
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    margin: 0 0 0.1em 0.5em;
}
@media print, screen and (min-width: 50em){
}
@media print, screen and (min-width: 75.625em){
}
