 
.cv-template-one-wrapper .container{
	margin:0 auto;
	width: 100%;
}
.cv-template-one-wrapper header{
	background: #f6f6f6;
	padding: 15px 0px;
	display: inline-block;
	width: 100%;
}
.cv-template-one-wrapper header h2{
    margin: 10px;
    font-weight: 700;
    color: #42af58;
    font-size: 19px;
    text-transform: uppercase;
}

.cv-template-one-wrapper header .header-left{
	float: left;
}

.cv-template-one-wrapper header .header-right{
	float: right;
	width: 140px;
	padding-right:15px; 
	font-size:9px;
	color: #000;
}
.cv-template-one-wrapper header .header-right div{
	margin-bottom: 0px;
}

.cv-template-one-wrapper h3{
	margin:0px;
	font-weight: 700;
	color: #42af58;
	font-size:14px;
	text-transform: uppercase;
}

.cv-template-one-wrapper .main-wrapper{
	padding: 10px 0px;
}
.cv-template-one-wrapper p{
	font-size: 10px;
	color: #95989a;
	line-height: 14px;
	font-weight: 400;
	margin: 10px 0px;
}
.cv-template-one-wrapper .about-me{
	border-bottom: #42af58 solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.education-experience .experience-sec,.education-experience .education-sec{
	float: left;
	width: 50%;
}
.education-experience .experience-sec-inner{
	border-left:#363636 solid 1px;
	padding-left: 15px;
}
.education-experience .experience-sec-inner .experience-box{
	position:relative;
}
.experience-sec-inner .experience-box:before{
	    content: "";
    background: #42af58;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: #fff solid 3px;
    display: inline-block;
    position: absolute;
    left: -22px;
    top: -2px;

}
.experience-sec-inner .experience-box h4{
	margin-bottom: 5px;
	font-size:10px;
	color: #000000;
	text-transform: uppercase;

}
.experience-sec-inner .experience-box .company-name{
	font-size:9px;
}
.mlicence-refernce{
	border-top: #42af58 solid 1px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.mlicence-refernce .my-licence,.mlicence-refernce .my-refernce{
	float: left;
	width: 50%;
}
.mlicence-refernce .my-refernce .my-refernce-inner{
	padding: 20px;
	background: #f6f6f6;
	display: inline-block;
	 
}
.mlicence-refernce .my-licence .my-licence-inner{
	padding: 20px; 
	display: inline-block;
	width: 100%;
}
.mlicence-refernce .my-licence .my-licence-inner .my-licence-box{
	background: url(http://staging.get-licensed.co.uk/frontend/cv_builder/css/tick-icon.png) top left no-repeat;
	padding-left: 30px;
	line-height: 15px;
	font-size:11px;

}	 
.mlicence-refernce .my-licence .my-licence-inner .my-licence-box h4{
	margin-bottom: 0px;
	font-size:12px;
}
.clearfix{
	clear: both;
}

.mlicence-refernce .my-refernce .my-refernce-inner .my-refernce-box{
 
	line-height: 17px;

}	 
.mlicence-refernce .my-refernce .my-refernce-inner .my-refernce-box h4{
	margin-bottom: 0px;
	font-size:12px;
}
.cv-template-one-wrapper footer{
	background: #f6f6f6;
	padding:10px 0px;
	display: inline-block;
	width: 100%;
}
.cv-template-one-wrapper footer .footer-left{
	float: left;
}
.cv-template-one-wrapper footer .footer-left .footer-name{
	font-size:12px;
	font-weight: 700;
	color: #000000;
	padding-top: 15px;
}
.cv-template-one-wrapper footer .footer-right{
	float: right;
	text-align: right;
	font-size:10px;
	font-weight: 400;
	color: #000000;
	line-height: 14px;
}

.cv-template-one-one-wrapper .my-refernce .my-refernce-inner{
	background: none;
}

.cv-template-one-one-wrapper  footer .footer-text {
    font-size: 11px;
    color: #000000;
    text-align: center;
}

.cv-template-one-wrapper.cv-template-one-one-wrapper header h2{
	color: #000;

}