<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Override the 960px grid*/

body {}

.container {
    max-width: 720px;
}


/* pillarbox correction

.header-video {
    margin-left: -4.5%;
}

.description,
.section {
    padding-right: 9%;
}

*/


/* button theming*/

.button.download {
    background-color: #9b0007;
}

.button.download:hover {
    background-color: #ff0010;
}

.highlighted-link:link,
.highlighted-link:active,
.highlighted-link:visited {
    color: #9b0007;
}

.highlighted-link:hover {
    color: #ff0010;
}</pre></body></html>