    body {
text-align:center;
	}
	.show-desktop {display: block !important;}
	.hide-desktop {display: none !important;}
	@media only screen and (max-width: 780px) {
		.show-phone {display: block !important;}
		.hide-phone {display: none !important;}
p input {display:block !important;  font-size: 22px;}
	p  {padding-right: 16px;}
}