﻿fieldset {
    display: block;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    padding: 10px;
}

legend {
    width: auto;
    padding: 3px 6px;
}

a {
    color: rgb(18, 83, 159);
}

.fn-link {
    font-weight: bold;
    margin-right: 3px;
}

.footnotes {
    border-top: 1px solid silver;
    margin-top: 25px;
    padding-top: 20px;
}

    .footnotes :target,
    .fn-link:focus,
    .fn-link:hover {
        background-color: #fffc81;
    }

    .footnotes dd p {
        margin: 1px 4px;
    }


    #skip-to-content a {
        background-color: white !important;
    }