<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.msg_alert {
	background: #fff6bf url('../img/api/ico-alert.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom:.5em;
}

.msg_info {
	background: #fff6bf url('../img/api/ico-info.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-bottom:.5em;
}

div.comment {
	width: auto;
	font-size: 12px;
	margin-bottom: 24px;
}
 
div.comment blockquote {
	font-family: 'Arial, Sans-Serif';
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #F7F7F7;
}
 
div.comment blockquote p {
	margin: 12px;
	padding: 0px;
}
 
div.comment cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url('../img/api/comment.gif') no-repeat 20px 0;
	font-style: normal;
}</pre></body></html>