body {
	line-height: 1.5;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none !important;
	color: #1ABC9C;
}

a:hover { color: #222; }
a img { border: none; }
img { max-width: 100%; }

#comando {
	background-color: #1ABC9C;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
	position: fixed;
	right: 10px;
	top: 10px; 
}
#comando:hover {background-color: #555;}

article,
footer,
header {
  margin: 10px auto;
  max-width: 760px;
}

header {
  margin: 10px auto 60px auto;
	text-align: center;
}
header h2,
header h1 {margin: 0;}
header h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
header h2 {
	font-size: 15px;
	font-weight: normal;
}

article table {width: 100%; border-collapse: collapse;}
article table td {vertical-align: top;}
article table.intestazione td.sx {width: 500px;}
span.valore,
article table.intestazione td span {font-weight: bold;}
article table.intestazione td.sx span:before {content: ': ';  margin: 0 10px 0 0; }
article table.intestazione td.dx span {font-weight: normal;}

article table.intestazione {margin: 0 0 40px 0;}
article table.dettaglio tr.bollo td,
article table.dettaglio tr.descrizione td {border-bottom: 1px dotted #000;}
article table.dettaglio td {text-align: right; padding: 0 0 0 10px; width: 1%;}
article table.dettaglio td.etichetta {text-align: left; padding: 0 10px 0 0; width: auto;}
article table.dettaglio tr.totale td {font-weight: bold;}

footer {
  margin: 40px auto 10px auto;
	text-align: center;
}
footer .coordinate {font-weight: bold;}
footer .disclaimer {font-size: 10px;}
footer .indirizzo {margin: 10px 0;}

@media print {
  @page { margin: 0; }
  body { margin: 1cm; }
	#comando {display: none;}
}