<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Adapt Moodle pages for standalone display without Moodle by hiding controls */

.logininfo, .right.side, .block_admin.sideblock, .activity.forum, .accesshide, .navigation, button, form, option, .sideblock, .hide-show {display: none;}

.first li {display: block;}

#page {float: left; max-width: 50em; margin-left: auto ; margin-right: auto;}
</pre></body></html>