<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
	color: #535353;
	font-size: 18px;
    line-height: 1.3;
}
.content a:not(.btn) {
	color: #934ebe;
    font-weight: bold;
}
.content a:not(.btn):hover,
.content a:not(.btn):focus {
	color: #473367;
}

.content &gt; :first-child {
	margin-top: 0
}
.content &gt; :last-child {
	margin-bottom: 0
}

.content ul:not(.nav), .content ol {
	margin: 20px 0;
	padding-left: 30px;
}
.content ul ul, .content ol ol {
	margin-bottom: 10px
}
/*
.content ul &gt; li + li, .content ol &gt; li + li {
	margin-top: 10px
}
*/

.content ul &gt; li {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
	position: relative;
}
.content ul &gt; li:before {
	content: '\f105';
	color: inherit;
    font-family: "FontAwesome";
    font-size: small;
	line-height: 1;
    left: -13px;
    position: absolute;
    top: 6px;
    vertical-align: top;
}
.content ul &gt; li, .content ol &gt; li {
    margin-bottom: 5px;
    margin-top: 5px;
}




.content table {
	border-collapse: separate;
	margin: 25px 0;
	border-radius: 3px;
	float: none;
}
.content table th, .content table thead td {
	padding: 14px 25px 11px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
}
.content table th:first-child, .content table thead td:first-child {
	text-align: left;
	padding-left: 20px;
}
.content table tr:first-child th:first-child, .content table thead tr:first-child td:first-child {
	border-top-left-radius: 3px;
}
.content table tr:first-child th:last-child, .content table thead tr:first-child td:last-child {
	border-top-right-radius: 3px;
}
.content table tr {
	text-align: center;
	padding-left: 20px;
}
.content table td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}
.content table td {
	padding: 10px 18px;
	/* border-top: 1px solid #ffffff; */
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.content table  tr &gt; td:last-child {
	border-right: 1px solid #999;
}
.content table tr.even td {
	background-color: #f6f6f6;
}
.content table tr:last-child td {
	border-bottom: 0;
}
.content table tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
.content table tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
.content .table-hover tr:hover td {
	background-color: #f2f2f2;
}

.content img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.content img.align-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.content img.align-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.content img.align-center {
	display: block;
	float: none;
	margin: 10px auto 20px;
}

.content .more {
	color: #019ad6;
    letter-spacing: 1px;
    vertical-align: baseline;
}
.content .more:hover,
.content .more:focus {
	color: inherit;
	text-decoration: none;
	focus: none
}
.content .more span {
	font-size: 13px;
}
.content .more:hover span,
.content .more:focus span {
	color: #019ad6;
	text-decoration: underline
}
</pre></body></html>