#survey_block{
	background:#f9bb1f;
	text-align:center;
}
#survey_block h1{
	color:#fff;
    font-family: museo-slab-300;
    font-size: 55pt;
    line-height: 70pt;
	padding:20px 0 0;
}
#survey_block h3{
	color:#5a4f49;
    font-family: museo-slab-500;
    font-size: 27pt;
    line-height: 36pt;
}
#survey_block p{
	color:#5a4f49;
	margin:10px 0 0;
    font-family: museo-sans-100;
	font-size:28px;
	line-height:36px;
	padding:0 0 20px;
}

#sub_survey{
	background:#5a4f49;
	color:#fff;
	text-align:center;
	font-family:chalkduster;
	font-size:40px;
	line-height:50px;
	padding:20px 0;
}


#survey_form {
	background:#fff;
	padding:0 0 20px;
	font-family: museo-sans-100;
	font-size:20px;
	line-height:26px;
	color:#aca7a4;
}
#survey_form table{
	margin:0 0 10px;
}

#survey_form td{
	background:#fff;
	font-family: museo-sans-100;
	font-size:20px;
	line-height:26px;
	padding:10px;
	border:none;
	color:#5a4f4a;
}
#survey_form tr:nth-child(odd) td{
   background-color: #eeedec;
}
#survey_form td label{
	display:block;
	margin:-10px;
	cursor:pointer;
}
#user_form, #survey_results{
	background:#fff;
}
#survey_results h2{
	color:#5a4f49;
    font-family: museo-slab-500;
    font-size: 20pt;
    line-height: 28pt;
}
#survey_results .res_sections,#user_form .res_sections{
	padding:35px;
	background:#fcfbf9;
}
#survey_results .res_sections:nth-child(odd),#user_form .res_sections:nth-child(odd)
{
	background-color: #eeedec;
}
.res_sections, #survey_results p{
font-family: museo-sans-100; font-size: 12pt; line-height: 19pt;
}
.one_col{
	width:50%;
}

.btn{
	background:#fabc20;
	color:#fff !important;
	display:inline-block;
	font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
	border-radius:2px;
}
.grey_bg{
	background:transparent;
	border:2px solid #fabc20 !important;
	color:#fabc20 !important;	
    padding: 8px 20px;
	margin:0 30px 0 0;
}
.btn:hover{
	text-decoration:none;
}

.pr_bar{
	border:1px solid rgba(0,0,0,0.1);
	text-align:center;
	background:#fff;
}
.pr_bar .fl, .pr_bar .fr{
	color:#999;
	padding:0 5px;
}
.pr_bar .inner{
	height:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}