.footerclass {
    display: none;
}

.footerclassmobile
{
    visibility: visible;

    margin: 0px;
    display: flex;
    flex-direction: column;

    text-align: center;
    font-size: var(--footer-font-size);
    line-height: 2px;
    color: var(--light-text-color);
    background-color: var(--info-background);
}

.footerclassmobile td {
    text-align: center;
    height: 32px;
    color: var(--light-text-color);
}

.footerclassmobile a {
    color: var(--link-text-color);
    text-decoration: none;
}