
.divHttpErr {
    text-align: center;
}

.divHttpErr .statuscode {
    font-size: 10rem;
    margin: 0.5rem;
}

.divHttpErr .statustext {
    font-size: 2.5em;
    color: #800;
    background-color: #f2dede;
}

.divHttpErr .statusmore {
    font-family: monospace;

    background-color: #6c757d;
    text-align: left;
    color: #000;
    padding: 4px;

    overflow-x: scroll;
    white-space: pre;
}



.divHttpErr.divErrSchema form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.divHttpErr.divErrSchema form label {
    font-weight: bold;
    margin: 0 0.5rem;
}

.divHttpErr.divErrSchema form input[type=text] {
    border: 1px solid #888;
    margin: 0 0.5rem;
    width: 20rem;

    align-self: stretch;
}