body {  
	width: 800px;  
	margin: auto;
	font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}

img.imgIntestazione {
	height: 400px;
}

.destra {
    float: right;
}

.sinistra {
    float: left;
}

section { 
	border: 1px solid black;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;  
	margin: 10px 0px;  
	padding: 10px;
	overflow: hidden;
}

h1 {
	font-size: 3.5em;
	font-family: "Times New Roman", Times, serif;  
	font-weight: bold;  
	text-align: center;  
	color: #2289ac;
    margin: 40px 0px 10px 0px;
}

h2 {  
	-epub-text-transform: uppercase;
	text-transform: uppercase;  
	color: #2cb2e0;
	font-size: 1.5em;
	font-weight: bold; 
	margin: 10px 0px 20px 0px;
}

section > p {
	text-align: justify;
	margin:10px;
}

section > ol {
	text-align: justify;
	margin:20px;
}

li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left:20px;
}

div.aSinistraDelleNote {
	float:left;
	width:638px;
}

div.contenitoreNote {
	float: right;
	width: 140px;
}

div.note {
	margin-left: 10px;
	color: #4f6228;  
	background-color: #c2d69b;  
	text-align: center; 
	padding: 5px; 
	border: 1px #4f6228 solid;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; 
	margin-bottom: 5px;
	font-size: small; 
}

div.note > p {
	text-align: center;	
}

h3 {  
  font-weight: bold; 
}

.scLogico {  
  letter-spacing: -2px;  
  font-family: "Courier New", Courier, monospace;
}

table {  
	background-color: rgba(184, 204, 228, 0.69); 
	border: solid black 1px;
	margin: 10px;    
	border-collapse: collapse;  
	text-align: center;
}

td, th {  
	padding: 3px;  
	border: solid black 1px;   
	border-collapse: collapse;
	vertical-align: middle;
}

th { 
	font-weight: bold;
}

div.codice {  
	color: #666666;  
	margin: 20px 10px;
	font-size: 1em;
	font-family: monospace;
}

div.codice > span, b {
	font-weight: bold;
}

u {
    text-decoration-line: underline;
}

footer {  
  text-align: center;  
  margin-top: 100px;
}

li {  
  font-family: Arial, Helvetica, sans-serif;
}

.imgIntestazione {  
  max-height: 500px;  
  max-width: 800px;
}

div.reset{
    clear:both;
}

.rigaIntestaz {  
  color: white;  
  background-color: grey;
    font-weight: bold;
    -epub-text-transform: uppercase;
	text-transform: uppercase;
    letter-spacing: 0.5em;
}

.chiaveEsterna {  
  border-bottom-width: 1px;  
  border-bottom-style: dashed;  
  border-bottom-color: black;
}

footer {
    width: 100%;
    height: 5mm;
	font-size: 12pt; 
    font-size: 0.55em;
    margin: 2mm 0mm 4mm 0mm;
    text-align:left;
	   
    font-family: Arial, Helvetica, sans-serif;
}

footer div {
    margin-left: 2mm;
}

footer img {
    width: 5mm;
	margin-top: 0px;
}

header {  
  text-align: center;
}

header img {
    margin-top: 20px;
}

header div.titolo {
    -epub-text-transform: uppercase;
	text-transform: uppercase;  	
	font-size: 0.75em;
    font-weight: bold;
    padding: 3px 3px 2px 10px;
    margin: 2px 0px;
    border: 1px solid black;
    border-right: 0px;
    -webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px; 
    display: inline-block;
    float: right;
    clear: both;    
    color: white;
    border-color: white;
    border-width: 2px;
}

header div.progettazione {
    background-color: #FFB90D;
    border-color: #FFB90D;
}

header div.interrogazione {
    background-color: steelblue; /*#474CFF;*/
    border-color: steelblue;
}

header div.approfondimento {
    background-color: maroon; /*#FF4A25;*/
    border-color: maroon;
}

i {
    font-style: italic;
}
/***************************************************************************/

/* per la stampa */
section {
    page-break-inside: avoid;
}