/* This CSS hides elements that are best not printed!*/

.obvious {
	visibility: hidden;
}

.buttondiv{
	visibility: hidden;
}


