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

.contact p {
    text-align: center;
    font-size:  16pt;
    margin-top: 10pt;
    margin-bottom: 0pt;
}

,map {
    width: 100%;
    margin-top:  50px;
    margin-left: auto;
    margin-right: auto;
}

.map p {
    text-align: center;
}

