.err_holderdiv {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    padding: 0px;
    margin: 0px;
    border: none;
}
.err_modelpnl {
    z-index: 999999;
}
.err_errorpnl {
    z-index: 9999999;
    width: 500px;
    position: fixed;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 600px) {
    .err_errorpnl {
        width: 100%;
    }
}
    .err_errorpnl table {
        width: 100%;
        height: auto;
        text-align: left;
        vertical-align: top;
    }

.err_Face {
    padding: 30px;
    padding-bottom: 5px;
    opacity: 6;
}

.err_Title {
    font-family: 'JosefinSans';
    font-size: 40px;
    padding: 30px;
    padding-bottom: 5px;
    font-weight: 100;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.err_Details {
    font-family: 'JosefinSans';
    font-size: 20px;
    padding: 30px;
    padding-top: 5px;
    font-weight: 200;
}

@media screen and (max-width: 800px)
{
    .err_Details
    {
        display:none;
    }
}

    .err_buttonHolder {
        text-align: left;
        padding: 30px;
        padding-top: 50px;
        float: left;
    }

    .err_button {
        background-color: #cc6699;
        border: none;
        padding: 12px;
        text-align: center;
        display: inline-block;
        font-family: 'Calibri';
        font-size: 16px;
        width: 150px;
        cursor: pointer;
        font-weight: bold;
    }

        .err_button:hover {
            background-color: #66b3ff;
            border: none;
            padding: 12px;
            text-align: center;
            display: inline-block;
            width: 150px;
            cursor: pointer;
        }
