/* Maintenance.css */

    .outer {
        display: table;
        position: absolute;
        height: 98%;
        width: 98%;
    }

    .middle {
        display: table-cell;
        vertical-align: middle;
    }
