<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table thead tr th{
	background-color: #ff5a00;
	color: #fff;
	border-color: #ff5a00;
	font-weight: normal;
	text-overflow:ellipsis;
	//white-space:pre;
	vertical-align: top;
}

/*
.table a{
	color: #ff5a00;
}

.table a:hover{
	color: #333;
}
*/

.table tr td .expand-edit {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

body{
	position: relative;
	min-height: 800px;
}
.navbar.navbar-fixed-top{
	border-bottom: 1px solid #ff5a00;
}
#footer{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	margin: 0px;
}
#wizard{
	//background-color: red;
	padding-top: 20px;
	padding-bottom: 20px;
	//margin: 0 auto;
}
#wizard div{
	float: left;
	width: 25%;
}
#wizard div a img{
	display:block;
    margin: 0 auto;
}

/*
    This is style is required for the wizard level images that have to be 
    disabled, and hence won't be inside a hyperlink tag &lt;a&gt;
    */
#wizard div&gt;img{
	display:block;
    margin: 0 auto;
}

.content.no-header{
	margin-bottom: 50px;
}

@media (max-width: 991px){
	.navbar-brand {
		margin: 0 auto;
	}
	.navbar-brand img{
		min-width: 50px;
	}
	.col-lg-4{
		margin-bottom: 20px;
	}
	#footer .row div{
		text-align: center;
	}
	#wizard div a img{
		width: 70px;
	}
}</pre></body></html>