div#swagger-ui div.topbar a svg {
    visibility: hidden;
}
div#swagger-ui div.topbar a {
    display: inline-block;
    background: no-repeat url("../images/Swapfiets.png") top left;
    background-size: contain;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #00a9e0 !important;
}

.swagger-ui .info .title small.version-stamp {
    background-color: #00a9e0 !important;
}

.swagger-ui .info a {
    color: #00a9e0;
}

.swagger-ui .btn.authorize {
    border-color: #00a9e0 !important;
    color: #00a9e0 !important;
}

.swagger-ui .btn.authorize svg {
    fill: #00a9e0 !important;
}

.opblock-summary-operation-id {
    /* Ensure operation IDs are not broken */
    word-break: keep-all !important;
}