﻿        .awf50 {
            font-size: 50vw;
        }

        .awf30 {
            font-size: 30vw;
        }

        .awf25 {
            font-size: 25vw;
        }

        .maintenanceoverlay {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.8);
            z-index: 999999;
            cursor: pointer;
            display: block;
        }

        .maintenanceicon {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 50px;
            color: white;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        }

        #text2 {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 50px;
            color: white;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        }

        .texttop {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100vw;
            font-size: 50px;
            line-height: 50px;
            color: white;
            text-align: center;
            padding: 30px;
            padding-top: 20px;
            border-style:none;
        }

        .textbottom {
            position: absolute;
            bottom: 10px;
            left: 0px;
            width: 100vw;
            font-size: 24px;
            color: white;
            text-align: center;
            padding: 20px;
            border-style:none;
        }


        .warnDivSpan1 {
            text-align:center; 
            font-size: 10.0em; 
            font-style: normal; 
            font-weight: bold; 
            font-family: Arial, Helvetica, sans-serif;
        }

        .warnDivSpan2 {
            font-size: 0.9em; 
            font-style: normal; 
            font-weight: bold; 
            font-family: Arial, Helvetica, sans-serif;
        }

        .warnDivEnvelope {
            color: #2780e3;
        }