<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    min-height: 100%;
    visibility: hidden;
    padding: 15px 10px 40px;
    margin: 0;
}

body[data-cg-is-logged-in="true"]{
    padding-top: 49px;
}

.mainCGentryNotWinnerMessage{
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}

#wp-admin-bar-edit{
    display: none !important;
}

.wp-core-ui.wp-ui-notification{/*otherwise will float visibly under header and over the body*/
    display: none !important;
}</pre></body></html>