#format-button input
{
	margin-left: 25%;
}
@media only screen and (max-width:768px){
	#aspnetForm input, #aspnetForm select 
	{
		margin-bottom: 15px;
	}
	#format-button input
	{
		margin-left: 0;
	}
}