@media print {
	.dont-print {
		display: none;
	}

	.panel-primary {
		width: 100% !important;
	}

	.container-print {
		width: 100% !important;
	}

	/*.contact-group {
		page-break-before: always;
	}*/
}