/*    custom/ styles for all custom folder pages      */
.custom_page_buttons	{
	display:inline-block;	
}
#customWrapper	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}
#customWording	{
	width:90%;
	margin-left:auto;
	margin-right:auto;
		
}
.custom_page_buttons img	{
	border:0px;
}

@media only screen and (max-device-width: 768px) {
	#custom_title	{
		max-width:90%;
		width:auto;
		height:auto;	
	}
	#customWording	{
	width:98%;
	}
}