<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-heading {
	text-transform: uppercase;
}
.panel-heading.active {
	background: #07256c;
	color: #fff;
}
.panel-body {
	background-color: #F9F9F9;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
	background-color: #07256c;
	text-transform: uppercase;
	color: #93df0a;
	background-image: none;
}
h2 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
h5 {
	font-weight: bold;
	color: #07256c;
}
.well {
	margin: 10px 5px;
	overflow: hidden;
	padding: 10px;
}
.heading {
	background: #000 url('/images/header-bgs.gif') 0px -280px repeat;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 15px;
}
.content {
	border: 1px solid #07256c;
    border-radius: 10px;
    padding: 1px;
	background-color: #fff;
	margin-bottom: 5px;
}
#header_wrap {
	height: 60px;
}
#main_nav {
	height: 33px;
}
#art_header {
	height: 60px;
}
#srh_form input.form-control, #srh_form select.form-control {
	background-image: none;
	width: 100%;
	height: 34px;
	color: #555;
	background-color: #fff;
	border: 1px solid #07256c;
}
#srh_form input[type="checkbox"] {
	height: inherit;
}
img {
	vertical-align: inherit;
}
label.error {
	position: absolute;
	right: 20px;
	bottom: 4px;
	color: white;
	background-color: red;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	padding: 0px 6px;
}
address {
	margin-bottom: 0px;
}
.panel-heading.active &gt; img {
	display: inherit;
}
.panel-heading &gt; img {
	display: none;
}
.sub-heading {
	color: #B5B5B5;
	font-weight: bold;
}
th {
	white-space: nowrap;
}
fieldset {
	padding: 20px;
}
legend {
	font-size: 15px;
	margin-bottom: 0;
}
.tooltip {
	width: 200px;
}
p {
	margin: 0 0 10px;
}
.checkbox-inline &gt; h5 &gt; input[type="checkbox"] {
	top: 7px;
}</pre></body></html>