@media screen {
	div.changeDetection {
		font-size:smaller;
	}
	div.changeDetection > form input {
		float:left;
		width:auto;
	}
	div.changeDetection > form input.button {
		font-size:90%;
	}
}

@media print {
	div.changeDetection {
		display:none;
	}
}
