<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

h2 {
	margin-top: 0px;
}

a:hover {
	text-decoration: underline;
}

#header {
	margin-bottom: 15px;
}

#header img.headerpic {
	width: 100%;
}

.breadcrumb {
	margin-bottom: 0px;
}

#header img.headerpic {
	width: 100%;
}

.content-box {
	padding: 10px;
	margin-bottom: 15px;
}

.pageTitle {
	margin-bottom: 15px;
	padding: 10px;
}

.page-title {
	float: left;
	margin-bottom: 0;
	padding: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
}

.breadcrumb-container {
	padding: 10px;
	float: right;
}

.breadcrumb-container ol {
	padding: 0px;
}

.breadcrumb-container p {
	float: left;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
}

th p, td p {
	margin: 0;
}

td.name {
	width: 85%
}

td.result {
	width: 15%;
}

.content {
	margin-bottom: 20px;
}

.content .picfull img {
	width: 100%;
}

/* FOOTER */
.footer {
	position: relative;
	min-height: 40px;
	padding: 15px;
}

.footer p {
	padding: 6px;
	max-width: 70%;
}

.footer .img-footer {
	position: absolute;
	top: -10px;
	right: 15px;
}

.form-control {
	margin-bottom: 20px;
}

.submit {
	margin-bottom: 20px;
}

.widget .submit {
	margin-bottom: 0px;
}

.btn {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-right: 10px;
	min-width: 80px;
	font-size: 12px;
}

.img-responsive {
	width: 100%;
}

/* Ticker */
.modern-ticker {
	height: 30px;
	line-height: 30px;
	padding: 2px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.modern-ticker li {
	height: 30px;
	padding-right: 30px;
}

.modern-ticker a {
	text-decoration: none;
}

.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-round {
	border-radius: 7px;
}

/* Label */
.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	float: left;
}

.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}

/* News */
.mt-news {
	height: 100%;
	overflow: hidden;
	float: left;
}

.mt-scroll .mt-news {
	background-color: transparent;
}

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}

.mt-news ul {
	width: 50000px;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}

.mt-news li {
	float: left;
}

.mt-news a {
	font-size: 15px;
	padding: 0 10px 0 20px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	line-height: 30px;
}

.mt-hide {
	display: none;
}

/* Controls */
.mt-controls {
	margin-left: 2px;
	height: 100%;
	position: absolute;
	right: 2px;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}

.mt-play, .mt-prev, .mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left;
}

.mt-round .mt-next {
	border-radius: 0 5px 5px 0;
}

@media (max-width: 991px) {

	#header img.contactpic {
		bottom: 0px;
	}

	#header .coming-soon-countdown {
		position: absolute;
		z-index: 1001;
		right: 20px;
		bottom: 5px;
	}
}
</pre></body></html>