body #browser-not-supported-warning {
    display:none;
}

body.browser-not-supported #browser-not-supported-warning {
    display: block;
    padding-top: 50px;
}

body.browser-not-supported * {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    text-align: center;
}
body.browser-not-supported a {
    color: darkblue;
    text-decoration: none;
    color: #00A8BD;
    font-weight: bold;
}
body.browser-not-supported a:hover {
    color: #00A8BD;
    text-decoration: underline;
    cursor: pointer;
}

body.browser-not-supported .topbar {
    height : 150px;
}

body.browser-not-supported .content {
    background: white;
    margin:auto;
    max-width: 60rem;
}

#browser-not-supported-warning h1 {
    font-size: 2em;
    line-height: 2.5rem;
}

#browser-not-supported-warning h2 {
    font-size: 1.5em;
}

#browser-not-supported-warning h3 {
    font-size: 1.17em;
}
