<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #666;
	background: #eee;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.container {

}

.header {
	position: relative;
	max-width: 940px;
}

.header img {
	width: 100%;
	max-width: 940px;
}

.jumbotron {
	background: #fff;
}

#courseInfo {
}

.items-list {
	text-align: center;
}

.course-item {
	font-size: 16px;
	padding: 5px;
}

.course-item span {
	width: 50%;
	margin: 0 auto;
	padding: 11px;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	text-align: left;
}

.course-item.active span {
	background-color: #D6D6D6;
}

#launch {
	margin: 0 5px;
}

#courseTitle {
	font-style: italic;
}

#courseVersion {
	font-style: italic;
	padding-left: 5px;
}

.oi {
	color: #f90;
	font-size: 12px;
	font-style: italic;
}

.lmsItem {
	margin: 5px 0 0 0;
}

.lmsLabel {
	width: 75px;
}

/* dummy wrapper */

iframe[name=AICCComm],
iframe[name=rusticisoftware_aicc_results]
{
	display: none;
}

iframe[name=scormdriver_content]
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
}</pre></body></html>