﻿#dlgcheckBrowserMessage, #dlgcheckVersionMessage {
    width: 50%;
    left: 25%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 15%;
    margin-top: 10%;
}

    #dlgcheckBrowserMessage p, #dlgcheckVersionMessage p {
        text-align: justify;
        margin-bottom: 10px;
        color: white;
        font-family: Arial;
        font-size: 17px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

.BrowserIcon {
    width: 25%;
    float: left
}

    .BrowserIcon span.title {
        color: aqua;
        display: inline-block;
        font-weight: 400;
        margin-top: 6px;
        line-height: 24px;
        min-width: 178px;
        font-family: 'Fjalla One',sans-serif;
        font-size: 20px;
    }

    .BrowserIcon span.version {
        color: wheat;
        display: block;
        font-size: 13px;
        font-weight: bold;
        font-family: Arial;
    }

    .BrowserIcon img {
        width: 80px;
    }

#footer {
    display: none !important;
}