<html><body><p>/* CSS for Training Pages */
#left-div {
    width: 850px !important;
    float: left;
    margin: 0 0 17px 16px;
    padding: 10px 5px 0 22px;
}

.edu-label {
	font-family: arial,san-serif; 
	font-size: .9em; 
	color: #881100; 
	font-weight: bold;
}

p.danger {
	color: #8B0000;
}

p.success {
	color: #008B00;
}

label {
	padding-left: 3px;
}

label.danger {
	border: 1px solid #B80000;
	background-color: #F8CCCC;
}

label.success {
	border: 1px solid #00B800;
	background-color: #CCF8CC;
}

.subtitles {
	font-size: .8em;
	color: #777;
	display: block;
	margin-left: 30px;
}

h6{
	font-size: 1em;
}

.slide-content {
	min-height: 250px;
	margin-bottom: 50px;
	clear: both;
}

.thumbnail-slide {
    border: #F2F2E4 solid 0;
    margin-bottom: 5px;
    float: right;
    margin-left: 8px;
    height: 250px;
	clear: both;
}

.well {
    border: #8faad8 solid 1px;
    background: #e2e9f8;
    padding: 10px;
    margin-bottom: 14px;
    border-radius: 10px;
}

.explanation {
    border: #8faad8 solid 1px;
    background: #fff;
    padding: 10px;
    margin-bottom: 14px;
    border-radius: 10px;
}

fieldset {
	border: 0 !important;
}

fieldset legend {
	font-weight: bold;
}


fieldset ul{
list-style:none;
margin:0;
padding:0;
}

fieldset ul li{
margin-bottom:10px;
}

fieldset input{
float:left;
margin-right:10px;
}

fieldset label{
overflow:auto;
display:block;
}

fieldset legend {
	width: 100%;
	white-space: normal;
	display: block;
}

fieldset legend span {
	width: 100%;
	display: block;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: #000 !important;
	padding: 1px 10px;
	border: 1px solid #000;
	background-color: #eee;
}

a.button:visited, a.button:hover {
	color: #000 !important;
}

.hidden {
	display: none;
}

</p></body></html>