<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formError .formErrorContent {
	color:#f89406;
	font-weight:bold;
	margin-left:3px;
}
label {
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
}
.label, .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.label-warning, .badge-warning {
	background-color: #f89406;
}
.ss_error_msg, .errorMsg {
	margin-left: 3px;
	color: #F89406;
	font-weight: bold;
}
.formError {
	display:block;
}
.formError .formErrorContent {
	color:#f89406;
	font-weight:bold;
	margin-left:3px;
}
</pre></body></html>