<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
    color: #67bd91;
}

.logincontrols button.ActionButton.ActionButtonParent, .logincontrols a.submit, .logincontrols button[type=submit], .logincontrols input[type=submit]{
    background-color: #67bd91;	
}

.main-wrapper {
    background-color: white;
    color: black;
}
.collapsablesectiontitle:before {
  border-left-color: #67bd91;
}
.collapsablesectiontitle.active:before {
  border-color: #67bd91 transparent transparent;
}</pre></body></html>