body,
html {
    background-color: #E6E6E6
}

loadingwrapper {
    display: block;
    text-align: center
}

loadingstatuswrapper {
    width: 100%;
    border: 1px solid #002266;
    display: block;
    height: 25px;
    padding: 3px
}

loadingstatus {
    width: 40%;
    background-color: #002266;
    display: inline-block;
    height: 100%
    color: #FFFFFF;
}

loading {
    display: block;
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 1em;
    width: 90%;
    margin: 0 auto;
    text-align: left
}

loading a {
    text-decoration: underline;
    cursor: pointer;
    color: #002266
}

loading h1 {
    padding: 0;
    margin-top: 20px;
    color: #002266;
    -webkit-animation: initializing .5s infinite ease;
    animation: initializing .5s infinite ease;
    min-height: 20px
}

loading h1 img {
    width: 30px;
    vertical-align: middle;
    float: left;
    padding-right: 10px
}

@media only screen and (min-width:640px) {
    loading {
        font-size: 1.1em;
        width: 500px
    }
}