.InContextErrorContainer {
    font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    text-align: center;
}
    .InContextErrorContainer > .FS-Small {
        font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
    }

    .InContextErrorContainer > .InContextError {
        font-size: 16px;
        font-weight: normal;
    }

    .InContextErrorContainer > .InContextError > .ErroMessageDiv {
        width: 500px;
        margin: 0 auto;
    }


    .InContextErrorContainer > .InContextError > .ErroMessageDiv > .Problem {
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .InContextErrorContainer .moreInfo {
        margin-top: 20px;
        font-size: 16px;
    }

    .InContextErrorContainer .InfoButton {
        position: relative;
        display: inline-block;
        opacity: 1;
        font-size: 14px;
        text-align: center;
        margin: 0px;
        border-radius: 18.5px;
        padding: 7px 18px 6px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(0, 103, 255);
        border-image: initial;
        transition: all 0.1s linear 0s;
        text-decoration: none;
        color: rgb(255, 255, 255);
        cursor: pointer;
        background: rgb(0, 103, 255);
        margin-top: 30px;
    }

    .InContextErrorContainer .InfoButton:hover {
        color: rgb(255, 255, 255);
        background: rgb(51, 133, 255);
        border-color: rgb(51, 133, 255);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
    }

    .InContextErrorContainer .FS-Small {
        margin: 20px 0 0 0 !important;
    }
