.linklist a:before {
    content: "> ";
}

.linklist a {
    display: block;
    margin-bottom: 10px;
}

.linklist.plain a:before {
    content: "";
}
.linklist.plain.plain--arrow a:before {
    content: "> ";
}

.linklist.plain a {
    margin-bottom: 0;
}

.linklist h2 {
    margin-bottom: 20px;
}
.linklist--border .link {
    border-top: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 22px;
}
.linklist--border .link:last-child {
    border-bottom: 1px solid #000;
}
.linklist--border .link a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}