/*	UTILITIES*/
	.leftAlign { text-align: left !important; }
	#optForm { padding: 0.5rem; }
	.FormMsg, .errorField { color: red; font-weight: bold; }

/*	MEDIA QUERIES*/
	/*	Larger than mobile */
	@media (min-width: 400px) {}

	/* Larger than phablet */
	@media (min-width: 550px) {}

	/* Larger than tablet */
	@media (min-width: 750px) {}

	/* Larger than desktop */
	@media (min-width: 1000px) {}

	/* Larger than Desktop HD */
	@media (min-width: 1200px) {}
