﻿.jump-only {
    position: absolute;
    background-color: #003F8E;
    padding: 0.5rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin-top: 0;
    z-index: 99;
}

.jump-only-focusable:active, .jump-only-focusable:focus {
    left: 0;
    position: absolute;
    color: yellow;
    width: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    margin-bottom: 0.5rem;
    margin-left: 0.1rem;
    z-index: 99;
}

ul, h1, h2, h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

    a:focus {
        outline: 2px #000000 solid;
    }

.paneD a:focus {
    outline: 2px #ffffff solid;
}
