<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* used by index.htm and config.htm */

input.big {
	font-size: 20px;
	font-weight: bold;
	width: 450px;
	padding: 6px;
	color: #000; }

table.validity tr td {
	font-size: 12px;
	color: #000; }

#matrix h4 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	}

div#results, div#results p, div#results pre, div#results h2 {
	font-family: UbuntuLight, Arial;
}

div#results {
	display: none;
	background: #FFF;
	border: 2px solid #999;
	border-radius: 12px;
	padding: 24px 55px;
	font-size: 13px;
	color: #000;
	width: 700px;
	margin-bottom: 48px;
}

div#results p {
	font-size: 12px;
	color: #000; }

div#results h2 {
	margin-left: -35px;
	padding-left: 35px;
	margin-bottom: 1em; }

div#results h2.ok {
	background: url(/kb/images/icons/result-ok.gif) no-repeat 0 center;
	color: #007EC4; }

div#results h2.warning {
	background: url(/kb/images/icons/result-warning.gif) no-repeat 0 center;
	color: #550; }

div#results h2.error {
	background: url(/kb/images/icons/result-error.gif) no-repeat 0 center;
	color: #500; }

td.ok {
    background: url(/kb/images/icons/result-ok.gif) no-repeat 0 center;
    color: #007EC4;
}

td.error {
    background: url(/kb/images/icons/result-error.gif) no-repeat 0 center;
    color: #500;
}

div#results h1 {
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: -35px;
	padding-left: 35px;
	border-bottom: 2px solid #999;}

div#chain table tr td {
	color: #000;
	font-size: 14px;
}

span.evca1 { color: green }
span.evroot { color: blue }
span.essca { color: black }
input.big {
	font-size: 20px;
	font-weight: bold;
	width: 450px;
	padding: 6px;
	color: #000;
}
table td {
	vertical-align:top;
	padding: 5px;
}
div#CertDetails {
	margin: 0 0 1em 15px;
}

div#CertDetails p {
	font-family: Courier, "Courier New", sans-serif;
	font-size: 12px;
	text-indent: -15px;
	margin: 0;
}

#host-form form p {
	margin: 24px 0 42px;
}
#host {
	border: 2px solid #e0e0e0;
	border-radius: 12px;
    color: #444;
	font-size: 24px;
	padding: 4px 12px;
	/* width: 500px; */
}
#keyword {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: #444;
    font-size: 24px;
    padding: 4px 12px;
    /* width: 500px; */
}
.subtext {
	font-weight: normal;
	color: #8D8D8D;
}
ul li a {
	text-decoration: underline;
}
</pre></body></html>