﻿page-container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 75px;
    overflow: auto;
}
display-content {
    BACKGROUND-COLOR: var(--appBodyBGColor);
    max-width: var(--appContentWidth);
    margin: 0 auto;
    top: 70px;
    left: 10px;
    right: 0px;
    position: relative;
}