/* Highlight the resource link */
.page-header tr:nth-child(2) td:nth-child(2),
.page-header tr:nth-child(3) td:nth-child(2) {
    background-color: var( --selected-link-color );
}							    

.page-body h1 {
    width: 70%;
}

.res-data {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.res-column {
    flex: 1;
}

.res-column:first-child {
    padding-left: 20%;
}

.res-column:last-child {
    /* Nothing now; placeholder for development */
}

.res-column h2 {
    margin-bottom: 0px;
}

.res-column ul {
    margin-top: 0px;
}

.res-column a {
    font-size: 18px;
}

.res-column li {
    font-size: 18px;
}
