﻿/* This hides the Scopes information in the Authorizations popup that we don't use */
.api-popup-scopes, .auth_container div p:nth-child(7), .auth_container div p:nth-child(8) {
    display: none;
}
