<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* table styles */

.ContentBlock span.previousChap p {
	float:left;
	width:300px;
}

.ContentBlock span.nextChap p {
	float:right;
	width:300px;
	text-align:right;
}

table {
	width:100%;
	border-collapse:collapse;
}

table.lined {
	border:1px #b2b2b2 solid;
}

td {
	border:1px #b2b2b2 solid;
	font-size:11px;
	line-height:16px;
	padding:10px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

table ol {
	list-style-position:outside;
	margin: 0px;
	padding: 5px 0px 5px 22px;
}

table li {
	font-size:11px;
	line-height:16px;
	margin:0px;
	padding:5px 0px 0px 0px;
}

table td.header {
	font-family:Calibri, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
}

td.center {
	text-align:center;
}

td.right {
	text-align:right;
}

td.bold {
	font-weight:bold;
}

td.half {
	width:50%;
}

td.gray1 {
	background-color:#e8e7e7;
}

td.gray2 {
	background-color:#d9d9d9;
}

td.gray3 {
	background-color:#cdcdcd;
}

td.open {
	border-top:1px #b2b2b2 solid;
	border-bottom:1px #b2b2b2 solid;
	border-right:0px;
	border-left:0px;
}

.custom td {
	border:none;
	font-size:11px;
	line-height:16px;
	padding:10px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

.customWorld td {
	border:none;
	padding:0px;
	margin:0px;			
	}


table.enzymes thead th {
    background-color: #037b85;
    color: #fff;
    padding: 15px;
}
table.enzymes tbody td {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #a9a9a9;
    text-align: center;
}
table.enzymes tr.even td {
    background: #f7f7f7;
}

/* table styles end */
</pre></body></html>