<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS overrides for CVB documentation */

div.contents {
  margin: 0px auto;
  max-width: 1000px;
}

a {
  color: #991616;
}

.contents a:visited {
  color: #AA2222;
}

a.code, a.code:visited {
  color: #AA3333;
  font-weight: bold;
}

a.codeRef, a.codeRef:visited {
  color: #AA3333;
  font-weight: bold;
}

.image {
  text-align: left;
}

.memproto {
  color: #545454
}

dl.note {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px solid;
}

dl.attention {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px solid;
}
</pre></body></html>