.force-wrap {
	word-break: break-all;
	oveflow-wrap: break-word;
}
.print-only {
	display: none;
}

.clr {
	clear: both;
	/* height: 1px; */
	/* line-height: 1px; */
}

.a-center {
	text-align: center;
}

@media print {	
	.no-print {
		display: none !important;
	}
	.print-only {
		display: inherit;
	}
}
