/* CSS di STAMPA */
.printShow {
	display: block;
}

.printHide {
	display: none;
}

.printDetail {
	width:100%;
	margin-left: 500px;
}
