<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.normal.markdown-section blockquote{
    border-left: 4px solid #1030a4;
    background-color: #e8eeff;
    color: #333;
}
.normal.markdown-section table thead tr {
    background-color: #d4dbff ;
}
.normal.markdown-section table td, .normal.markdown-section table th{
    border: 1px solid #ccc;
}
.normal.markdown-section table tr {
    background-color: #e8eeff ;
    border-top: 1px solid #ccc;
}
.normal.markdown-section table tr:nth-child(2n) {
    background-color: #ffffff;
}
</pre></body></html>