#page-content h4{
	display:inline-block;
	vertical-align: middle;
	margin:2px 0px;
}

#page-content h4:hover, #page-content a:hover, #page-content h3:hover{
	text-decoration:none!important;
	color:#009ad9!important;
}

#page-content h4:hover .download-icon{
	background-image:url("../images/download2.png");
}

#page-content h4 .download-icon{
	background-image:url("../images/download1.png");
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align: middle;
	background-size:contain;
	background-repeat:no-repeat;
	margin-right:5px;
}

#page-content{
	padding:30px 50px!important;
	background-color:white;
}

@media screen and (max-width:767px){
	#page-content{
		padding:25px!important;
	}
}