<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* We need to show the close button in the lti app context */
html[data-app-context='lti_app_create'] body.iframe-view #coversheetHeader .close-button-container {
    display: inline !important;
}
html[data-app-context='lti_app_create'] body.iframe-view #coversheetHeader .close-button {
    margin-top: 0px;
    top: 10px;
    right: 15px;
}

</pre></body></html>