.m-app-loading {
    position : fixed;
    background-color: #333333;
    bottom : 0px;
    left : 0px;
    opacity : 1.0;
    position : fixed;
    right : 0px;
    top : 0px;
    z-index : 999999;
}

.m-app-loading .messaging {
    color : #FFFFFF;
    font-family: monospace;
    left : 0px;
    margin-top: -37px;
    position: absolute;
    right: 0px;
    text-align: center;
    top : 30%;
}

.m-app-loading h1 {
    font-size: 26px;
    line-height: 35px;
    margin: 0px 0px 20px 0px;
}

.m-app-loading p {
    font-size: 18px;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
}