.no-border, .no-border th, .no-border td, .no-border tr  {
	border:0 !important;
}

th, td, tr, table {
	border: 1px solid black;
	border-collapse: collapse;
	vertical-align:middle;
	padding:5px;
}
td {
	text-align:center;
}
table {
	width:100%;
}
tbody th {
	text-align:left;
	font-weight: normal;
}
thead th, tfoot th {
	text-align:center;
}
.container {
	margin:3em auto !important;
}
.form {
	 width:100%; 
	 text-align:center;
	 margin:2em 0 2em 0;
}
label {
	font-weight:bold;
}
.labelimporto, .seleziona, .stampa {
	display:inline !important;
}
.importo {
	width: 80px !important;
	text-align: right !important;
	margin-left: 5px !important;
	display:inline!important;
}
.submit {
	width:auto!important;
}
.square {
	padding:20px
}
.grey {
	background-color:lightgrey;
}
.square > li {
	list-style-type:none;
}
.square > li > input {
	margin-right:7px;
}
.btn-long {
	display: block!important; 
	text-align:center!important; 
	width:100%!important; 
	margin-bottom:40px!important;
	text-decoration:none!important;
}
@media print {
	.no-stampa {
		display:none!important;
	}
	.container {
		margin: 0 !important;
		max-width:100%!important;
	}
}