* {
    margin: 0;
    padding: 0;
}     

html, body { 
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.mb-20{
	margin-bottom: 20px;
}

h1{
	margin-bottom: 25px;
	color: #333;
	font-size: 20px;
}

h2{
	margin-bottom: 5px;
	color: #ce013b;
	font-size: 14px;
}

.page{
	position: relative;
	page-break-after:always;
	min-height: 100%;
}

.logo{
	text-align: right;
}

.logo img{
	width: auto;
/* 	height: auto; */
	height: 50px;
	margin-bottom: 10px;
}

.row{
	display:table;
    width: 100%;
    clear: both;
}

.clear{
	clear: both;
}

.col-xs-12{
	float: left;
    width: 100%;
    clear: both;
}

.col-xs-6{
	display: inline-block;
	float: left;
    width: 47%;
}

.col-xs-6:first-child{
	padding-right: 20px;
}
.col-xs-6:last-child{
	padding-left: 20px;
}

.q-block{
	font-size: 13px;
}

.q-block .border{
	padding: 5px 0;
	border-bottom: 1px solid #e3e3e3;
}

.q-block .border.last{
	border-bottom: 0;
}

.q-block .q{
	display: inline-block;
	min-width: 175px;
	font-weight: bold;
	margin-right: 10px;
	font-size: 10px;
}
.q-block .a{
	font-size: 10px;
}

.q-block .a.block{
	display: block;
}

.q-block .a .checkbox{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ce013b;
	margin-right: 10px;
	padding: 2px;
	vertical-align: middle;
}

.q-block .a .checkbox .inner{
	width: 14px;
    height: 14px;
	background-color: #ce013b;
}

.q-block .a .checkbox-answer{
	display: inline-block;
}

ul, ol{
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
}

ul li, ol li{
	line-height: 1.3;
}

p{
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.3;
}

.footer{
	position: absolute;
	bottom: 0;
	width: 95%;
    left: 2.5%;
    margin: 0 auto;
    padding: 15px 0;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #dfdfdf;
}

.footer hr{
	border: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

.no-border{
	border-bottom: 0 !important;
}