.footerclass
{
    padding-top: 6px;
    margin-bottom: -32px;
    margin-top: -20px;
    position: relative;
    width: var(--column-width);
    left: 50%;
    transform: translate(-50%);
    font-variant: small-caps;
    text-align: center;
    font-size: var(--footer-font-size);
    line-height: 24px;
    color: var(--light-text-color);
    background-color: var(--info-background);
}

.footerclassmobile
{
    display: none;
}

.footerclass table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footerclass td {
    line-height: 14px;
    color: var(--light-text-color);
}

.footerclass td:first-child {
    font-weight: bold;
    width: 150px;
}

.footerclass a {
    color: var(--link-text-color);
    text-decoration: none;
}
