/* Remove unwanted elements */
#header, .noprint, #colDx, #breadcrumb, #footer
{
display: none;
}

/* Ensure the content spans the full width */
#content, #colSx, #footer
{
width: 100%; margin: 0; padding:0; float: none; position:static; border:none; height:auto;
}
#footer {border-top:1pt solid #ccc;margin-top:5mm;}
#box {font-family:Arial, Helvetica, sans-serif;}
h1 {font-family:Arial, Helvetica, sans-serif;}
h3 {font-family:Arial, Helvetica, sans-serif;}
ul, ol, p {font-size:10pt;}
#colDx ol, #colDx ul {margin-left:5mm;}
.button {font-family:Arial, Helvetica, sans-serif;}
#colSx.fck h6 {font-family:Arial, Helvetica, sans-serif;}
#footer h4 {border: none;}
.tableCatalogo_INTESTAZIONE td {font-family:Arial, Helvetica, sans-serif;} 

/* Improve colour contrast of links */
a:link, a:visited
{
color: #353F5B
}