.stage_max_age
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

.max_age_form
{
    position: fixed;
    z-index: 9999;
    width: 320px;
    background: #333333;
    border-radius: 10px;
    color: #FFFFFF;
    left: 50%;
    margin-left: -160px;
    top: 50%;
    margin-top: -112px;
    padding: 30px;
}

.max_age_text
{
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 32px;
}

.max_age_btns
{
    text-align: center;
}

.max_age_btns button
{
    text-transform: uppercase;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bolder;
}

.max_age_btns button:first-child
{
    margin-left: 0;
}