body {
    background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
     margin: auto;
    width: 980px;
    padding:0;
}

.resumecreating {
    margin: 70px auto;
}

img {
    max-width: 100%
}

.profile-title{
	margin-bottom:10px;
}


.list-unstyled {
    padding-left: 2% !important;
}

.list-unstyled li{
    margin-top: 10px !important;
}

.h1,.h2,.h3,h1,h2,h3{margin-top:0px;margin-bottom:5px}

.radiaus {
    border-radius: 10px;
}

.icon{
	padding-right:10px;
}


hr {
    margin: 40px 0;
}

.profiledetail { margin-top:3%;}
.profile-title h1 {
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left:15px;
	color: #337ab7;
    margin: 0;
}

.job-title {
    background: #fcfcfc;
    padding: 10px;
	margin-left: 0 !important;
}
.job-title h2 {
    font-size: 1.3em;
}


.btn .fa {
    margin-right: 10px;
}

.secicon.fa {
    font-size: 28px;
    color: #000;
    margin-right: 10px;
}

.sub {
    margin-bottom: 15px;
}

.award {
    padding-top: 20px;
}

.fontweight600 {
	font-weight:600 !important;
	color:#e16c37;
}

.resumeskill {
	padding-bottom:12px;
}

#skillset{
	font-size:16px;
}

.everypersonaldetail .row{
	margin-bottom:10px;
}

.everypersonaldetail .col-md-3{
	float:left;
}

.everypersonaldetail .col-md-9{
	float:left;
}

blockquote {
    font-size: 1em;
    padding: 0 15px;
    margin: 30px 0;
}

.section {
	margin-top:5px;
	padding-left:20px;
	padding-right:20px;
}

#contentarea{
	padding-left:15px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.sectiontitle {
	color:#337ab7;
}

.profiledetail{
	margin-bottom:100px;
}

.year.col-md-3 {
    text-align: right;
}

.clearboth {
	clear:both;
}

@media screen {
	.col-md-3 {
		width: 25%;
		float:left;
	}
	.col-md-9 {
		width: 75%;
		float:left;
	}
	.col-sm-12 {
		width: 100%;
		float:left;
	}
	.col-sm-2 {
		width: 16.6667%;
		float:left;
	}
	.col-sm-10 {
		width: 83.3333%;
		float:left;
	}
}


@media print {
	.col-md-3 {
		width: 25%;
		float:left;
	}
	.col-md-9 {
		width: 75%;
		float:left;
	}
	.col-sm-12 {
		width: 100%;
		float:left;
	}
	.col-sm-2 {
		width: 16.6667%;
		float:left;
	}
	.col-sm-10 {
		width: 83.3333%;
		float:left;
	}
	.sectiontitle {
		color: #337ab7 !important;
	}	
	
	.profile-title h1 {
		font-size: 24px;
		font-weight: bolder;
		text-transform: uppercase;
		padding-left:15px;
		color: #337ab7 !important;
		margin: 0;		
	}
	
	.job-title {
		background: #fcfcfc !important;
		padding: 10px;
		margin-left: 0 !important;
		-webkit-print-color-adjust:exact;
		color-adjust:exact;
	}
	.job-title h2 {
		font-size: 1.3em;
	}

	.profiledetail{
		margin-bottom:100px;
	}
	.section {
		margin-top:5px !important;
		padding-left:20px;
		padding-right:20px;
	}

	#contentarea{
		padding-left:15px;
		font-size: 16px;
		font-weight: lighter;
		line-height: 1.7em;
		margin-bottom: 15px;
	}

	.sectiontitle {
		color:#337ab7;
	}
	.year.col-md-3 {
		text-align: right;
	}
	.clearboth {
		clear:both;
	}
}