html, body {
    height: 100%;
}

.notsupported-body {
    text-align: center;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    background-color: #333;
    color: #FFF;
    height: 100%;
}

.notsupported-header {
    font-size: 30px;
    color: #09A1E2;
    padding-top: 25px;
    font-weight: 300;
}

.notsupported-table {
    width: 100%;
}

.notsupported-subheader {
    font-size: 18px;
    font-weight: 400;
    padding-top: 18px;
}

.notsupported-text {
    font-size: 16px;
    font-weight: 300;
    padding-top: 11px;
    width: 553px;
    margin: auto;
    line-height: 23px;
    padding-bottom: 25px;
}

.notsupported-box {
    width: 459px;
    margin: auto;
}

notsupported-chromebox, .notsupported-firefoxbox, .notsupported-safaribox {
    padding-top: 47px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

.notsupported-browsername-chrome, .notsupported-browsername-firefox, .notsupported-browsername-safari {
    font-size: 17px;
    font-weight: 300;
    padding-top: 8px;
    color: #FFF;
}

.notsupported-box > a {
    color: #FFF;
}