.open-api-error p{
    margin-top: 0;
    margin-bottom: 0;
}
.open-api-error h3.open-api-error-head{
    margin-top: 20px;
}
.open-api-error p.open-api-error-code{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #b32e2e;
}
.open-api-error p.open-api-error-message{
    font-style: italic;
    margin-top: 8px;
    color: #b32e2e;
}
.open-api-error-suggestions{
    margin-top: 20px;
}
.open-api-error-suggestions p:first-child{
    margin-bottom: 6px;
}
.open-api-error-contact{
    margin-top: 20px;
}
.open-api-error-contact div{
    position: relative;
    width: 100%;
    overflow: auto;
}
.open-api-error-contact div:first-child{
    margin-bottom: 6px;
}
.open-api-error-contact p,
.open-api-error-contact a{
    position: relative;
    float: left;
}
.open-api-error-contact a{
    margin-left: 5px;
}