﻿#outdatedcontainer
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    z-index: 99999;
    background-image: url('../img/overlay.png');
}

#outdatedcontainer > .contentwrapper
{
    background: #fff;
    position: relative;
    top: 20%;
    width: 65%;
    padding: 5em;
    min-height: inherit;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
}

#outdatedcontainer .header
{
    color: #D70000;
    font-weight: bold;
    font-size: 35px;
}

#outdatedcontainer .content
{
    color: #000;
    font-size: 24px;
}
#outdatedcontainer .subcontent
{
    color: #000;
    font-size: 16px;
}

#outdatedcontainer #learnmore
{
    color: rgb(0, 113, 201);
    text-decoration: none;
}
