/* Avoid hiding OEV-App elements using custom elements written and supported by specific framework (eg. Angular) */
div.oev-app *:not(:defined) {
    visibility: visible;
}
