<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#system-message {
  margin-bottom: 10px;
  padding: 0;
}

#system-message &gt; dt {
  font-weight: bold;
  display: none;
}

#system-message &gt; dd {
  text-indent: 30px;
  margin: 0;
  font-weight: bold;
}

#system-message &gt; dd &gt; ul {
  color: #05b;
  background-position: 4px 0;
  background-repeat: no-repeat;
  border-top: 3px solid #84a7db;
  border-bottom: 3px solid #84a7db;
  margin-bottom: 10px;
  padding: 10px;
  list-style: none;
}

#system-message &gt; dd &gt; ul &gt; li {
  line-height: 1.5em;
}

#system-message &gt; .message &gt; ul {
  background-color: #c3d2e5;
}

#system-message &gt; .error &gt; ul, #system-message &gt; .warning &gt; ul, #system-message &gt; .notice &gt; ul {
  color: #c00;
}

#system-message &gt; .error &gt; ul {
  background-color: #e6c0c0;
  border-color: #de7a7b;
}

#system-message &gt; .warning &gt; ul {
  background-color: #e6c8a6;
  border-color: #fb0;
}

#system-message &gt; .notice &gt; ul {
  background-color: #efe7b8;
  border-color: #f0dc7e;
}
</pre></body></html>