/* Safari v8 fontsize problem https://bugs.webkit.org/show_bug.cgi?id=138192 */
@media print {
	.container {
		width: auto;
	}
}