<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.table-sec-con{ position:relative; max-height:350px; overflow:hidden;}
.expandCollapse{ padding:3px 7px; font-size:16px; color:dimgray; position:absolute; bottom:15px; right:15px; border:1px solid dimgray; cursor:pointer;}
.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    vertical-align: top !important;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #93defb;
}
.syntax-bx{
	background:#f0ebf5;
	padding:10px 18px;
	border-left:3px solid #ccc !important;
        display:inline-block;
	line-height:1.6em;
        margin-bottom:25px;
}

.syntax-bx &gt; p{ margin-bottom:0;}</pre></body></html>