  html, body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: white;
        overflow: hidden;
    }

    .internal {
        width: 100%;
        height: 100%;
    }

    .container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
     }

    #warning {
        position: absolute;
        top: 100px;
        left: 100px;
        max-width: 830px;
        z-index: 100;
        background-color: white;
        font-size: initial;
        display: none;
    }
    #warning li {
        padding-bottom: 15px;
    }

    #warning span.code {
        font-family: monospace;
    }

    ul {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        background-color: white;
        font-size: initial;
    }

    #close {
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
    }