﻿html, body {
}

.error-body {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #FFFFFF;
    padding-top: 50px;
    color: #000000;
}

    .error-body table {
        width: 650px;
    }

    .error-body .error-title {
        font-size: 60pt;
        font-weight: bold;
        text-align: center;
    }

        .error-body .error-title .error-sub-title {
            font-size: 40pt;
            font-weight: bold;
            text-align: center;
        }

    .error-body .error-details {
        font-size: 18pt;
    }

    .error-body .error-footer {
        margin-top: 25px;
        padding-bottom: 50px;
        font-size: 9pt;
    }


@media(min-width: 992px) {

}

@media(max-width: 992px) {

}

@media(max-width: 768px) {
    .error-body table {
        width: 345px;
    }
}
