body h1{
	text-align:center;
	margin:20px 0;
}

ol {
    list-style: none;
    counter-reset: item;
	position: relative;
}

ol li {
    counter-increment: item;
    margin-bottom: 0.5em;
}

ol li::before {
    content: counter(item) ") ";
	position: absolute;
    left: 0px;
}

ol input[type="checkbox"]:before{
	content:none;
}

ol input[type="checkbox"]{
	height: 15px;
	width: 15px;
	margin-left: -25px;
    position: absolute;
}

label.checkbox_label{
	margin-bottom:25px;
	margin-left: 25px;
}

.question_title{
	font-weight: bold;
}

.radio_option{
	margin-right: 20px;
}

ol input[type="radio"]{
    height: 15px;
    width: 15px;
	margin-right: 8px;
    vertical-align: bottom;
}

.radio_group>div{	
    margin: 15px 0 25px 0px;
}

.radio_group>div>label.question_title{
	width: 400px;
}
.thank_message{
	margin:25px 0px;
}

textarea.form-control {
    height: auto;
    margin: 10px 0 25px 0;
}

.headerTool{
	background-color: #fff;
	border-bottom: 7px solid #3f535a;
	border-top: 13px solid #3f535a;
	padding: 22px;
}
.headerTool img{
	width:215px;
}

.bodyArea{
	padding-bottom: 50px;
	border-bottom: 7px solid #3f535a;
}

.red {
	color: red;
}