﻿#contentwrapper {
    margin-left: 0;
}

#main {
    min-height: 600px;
}

.errors {
    text-align: center;
}

    .errors h1 {
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .errors p {
        margin: 10px auto;
        font-size: 16px;       
    }

    .errors a {
        text-decoration: underline;
        color: #11618d;
        font-size: 16px;
        font-weight: 600;
    }

        .errors a:hover,
        .errors a:focus {
            color: #85854d;
        }

        .errors a:active,
        .errors a:visited {
            color: #8a180e;
        }
