@media (min-width:768px) {
	h2 {
		text-align:right;
		margin-top:-36px;
	}
}

h3 {
	margin-top:0;
	color:#5385c1;
	color:#e09040;
}

div.progress-bar {
	background:#5385c1;
}

div.progress {
	height:4px;
}

div.description {
	font-style:italic;
}

div.sections div.description {
	font-weight:normal;
	font-size:12px;
	margin-left:12px;
}

div.previous {
	border-left:1px solid #e09040;
	padding-left:15px;
	margin-bottom:15px;
}
div.previous p {
	margin-bottom:5px;
}
div.previous p span.question {
	color:#e09040;
	font-style:italic;
	display:block;
}

div.list-group {
	box-shadow:none;
}
div.list-group-item {
	border:none;
}

div.list-group div.current {
	font-weight:bold;
	font-size:13px;
	background-color:#e0e0e0;
}

textarea.form-control, select.form-control {
	max-width:none;
}

textarea.form-control {
	margin-top:15px;
	height:150px;
}

div.statement {
	display:none;
	margin:10px 15px 0 15px;
	background:url(/images/arrow.png) no-repeat;
	padding-top:3px;
	padding-left:35px;
}

div.row:nth-of-type(2) {
	margin-top:30px;
}

div.help {
	display:none;
}

input.btn-help {
	width:100%;
	margin-bottom:10px;
	height:18px;
	font-size:8px;
}
