.norvegiana-api-object {
    margin: 10px 0;
    border: 1px solid #666;
    border-radius: 2px;
    background-color: #eee;
}
.norvegiana-api-object h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0 !important;
}
.norvegiana-api-error {
    color: #9c0006;
    background-color: #ffc7ce;
    border: 1px solid #9c0006;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0;
}
