footer {
    width: 100%;
    height: 30px;
    background: var(--menuColor-1);
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    justify-content: space-evenly;
    font-size: 9pt;
}

#resultsCtnr {display: flex; margin-right: 90px;}
/*#results {margin-left: 1em;}*/
#results select {width: 100px; padding: 2px; margin-left: 5px;}

#pagi {
    /*margin-right: 1em;*/
    margin-left: 20px;
    display: flex;
}

#pagi a {height: 23px;}