/******************
	User custom CSS
	---------------

	In this file you can add your own custom CSS
	It will be loaded last, so you can override any other property.
	Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
	color: #222;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
body .top-container {
	margin-top: 40px !important;
}
.survey-name {
	color: #e70;
}
.survey-welcome.h4.text-primary {
	color: #222;
	font-weight: 400;
	margin-top: 40px;
	font-size: 14px;
}
.survey-description {
	color: #777;
}
.text-primary {
	color: #e70;
}
.text-info {
	color: #372;
}
.group-title.h3 {
	color: #e70;
	margin-bottom: 20px;
}
.group-container {
	border-top: 1px solid #e7e7e7;
}
.group-container.space-col {
	margin-bottom: 0;
}
.group-outer-container {
	margin-bottom: 0;
}
.ls-answers {
	padding-bottom: 0px;
}

p {
	margin: 0px 0px 20px;
}
.box.info {
	border: 1px solid #ddd;
	padding: 15px 15px 0 15px !important;
	background-color: #f7f7f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.box.info img {
	max-width: 540px;
}

/* Buttons: btn-primary */
.btn-primary {
	color: #fff;
	background-color: #5a3;
	border-color: #5a3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #372;
	border-color: #372;
}
.progress-bar {
	background-color: #e70;

}
