/* CSS Document */

/*custom cv form */

#cvpagecontent {
	padding-top:160px;
	padding-bottom:100px;
	

}
.padding_bottom3{
	padding-bottom:20px;
	display: inline-block;
	width: 100%;
	
}
.smallfont11{
	font-size:11px;
	color:#9A9797;
	
	
}
.cvtitles{
	font-weight:400;
}

label.mycv input[type="file"] {
    position: fixed;
    top: -1000px;
}

.mycv {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}
.mycv:hover {
    background: #CCC;
}
.mycv:active {
    background:#F8E3E3;
}
.mycv :invalid + span {
    color: #A44;
}
.mycv :valid + span {
    color:#555456;
}
.lastname {
	display:none;	
}

@media only screen and (max-width : 767px) {
		
	.padding_bottom3{
	padding-bottom:50px;
	}
	
	#cvpagecontent {
	
	padding-bottom:150px;

}
}

@media only screen and (max-width : 767px) {
		
	.padding_bottom3{
	padding-bottom:50px;
	}
	
	#cvpagecontent {
	
	padding-bottom:150px;

}
}

