/**
 * Per page navigation
 */

.per-page {
    list-style: none;
    margin: 0;
    padding: 0 0 30px 0;
}

.per-page li {
    float: left;
}

.per-page a {
    padding: 0 10px;
    text-decoration: underline;
}

.per-page a.current,
.per-page a:hover {
    color: black;
    text-decoration: none;
}

/**
 * Lists
 */

.relation-list {
    margin: 0 0 80px;
    padding: 0;
    list-style: none;
}

.relation-list h3 {
    padding: 0;
    font-size: 1.111em;
    line-height: 1.2;
    color: inherit;
}

.rList__name {
    padding: 0;
    font-size: 1.111em;
    line-height: 1.2;
    color: inherit;
}

.rList__location {
    margin-bottom: .5em;
}

/**
 * Dieticians
 */

.rList-rd {
    padding: 1em 0;
    border-bottom: 1px solid #e5e5e5;
}

/**
 * Staff members
 */

.rList-cl {
    margin-bottom: 30px;
}

.rList-cl__img {
    height: 140px;
    width: 110px;
    margin-right: 24px;
    background: #e5e5e5;
}

.rList-cl__name {
    display: block;
    line-height: 1.2;
    font-size: 1.111em;
    font-weight: 600;
}

.rList-cl__contact {
    font-size: .889em;
}
