<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab1 { padding-left: 4em; }
.tab2 { padding-left: 8em; }
.notes-1 {
	width: 95%;
	padding: 16px 18px 10px;
	margin: 30px 0;
	background: #ecf9ff;
	position: relative;
	border-left: 4px solid #c2deff;
}
.code-1 {
 width: 95%;
 padding: 16px 6px 10px;
 margin: 30px 0;
 background: #1f2529;
 position: relative;
 border-left: 4px solid #060e18;
 font-family: monospace;
 color: white;
 overflow: scroll;
}
.help-menu-panel{
	background: #ffff !important;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}</pre></body></html>