/* Hide the client_id and client_secret inputs and labels (in the authorization popup). */
label[for="client_id"],
label[for="client_secret"],
div.wrapper #client_id,
div.wrapper #client_secret {
    display: none;
}

/* Hide the info about scopes as we don't use them. */
div.scope-def {
    display: none;
}