body {
	padding: 0;
}
section.container:first-of-type,
hr,
.row .three.columns button {
	display: none;
}
.two_cols {
	flex-wrap: nowrap;
}
.row .notes {
	width: 100% !important;
}

@media print and (min-width: 1px){
	.container {
		width: 100% !important;
		max-width: 100%;
		padding: 0;
	}
}