body > div#accesskeys{
    position: absolute;
    left: -9999rem;
    height: 4rem;
    max-height: 4rem;
    margin: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 1.25rem;
    padding-top: 0.75rem;
    overflow: hidden;
}

body > div#accesskeys:focus-within{
    left: 0;
    z-index: 100000;
}


body > div#accesskeys >a:not(:last-child){
    border-right: 2px solid gray;
    margin: 0.25rem;
    padding-right: 0.25rem;
}
