/***************************************
CSS PER LA STAMPA
***************************************/

body {
   min-width: 770px;
}


#ixPage{
   width: 770px;
   max-width: 770px;
}

.ixSectionContainer_Footer,
.ixSectionContainer_Header {
  display: none;
}

#ixBody_Tracciato_file_Giacenze .ixFormCommands,
#ixBody_Tracciato_file_Spedizioni .ixFormCommands {padding: 20px 0px 10px 0px; text-align: center; overflow: hidden;}

#ixBody_Tracciato_file_Giacenze .ixFormCommands .ixFormCommand,
#ixBody_Tracciato_file_Spedizioni .ixFormCommands .ixFormCommand {
   display: inline;
   margin: 0px 5px 0px 5px;
   padding: 0px 20px 0px 20px;
   text-align: center;
   font-size: small;
   border: 1px solid #000000;
   background-color: #242424;
   font-weight: bold;
}
#ixBody_Tracciato_file_Giacenze .ixFormCommands .ixFormCommand a,
#ixBody_Tracciato_file_Spedizioni .ixFormCommands .ixFormCommand a{
   color: #ffffff;
   text-decoration: none;
}
#ixBody_Tracciato_file_Giacenze .ixFormCommands a:hover,
#ixBody_Tracciato_file_Spedizioni .ixFormCommands a:hover {text-decoration: none;}

.ixDisposizione {width: 100% !important;}
