#content {
	width: 72%;
	}
	
#latest {
	display: none;
}

@media print {
	#content {
		width: 100%;
	}
}