@media print {
     html, body {
        height: 99%;
        
     }
	
  .page {position: relative;} /*IMPORTANTE EVITA INTERRUZIONE SALTO PAGINA SU STAMPA*/
   header  {display: none;}
   nav  {display: none;}
  .breadcrumb {display: none;}
  .navbar {display: none;}
  .comandi {display: none;}
  footer  {display: none;}
  .h3 {font-size: 1rem;}
  #PrezzoRiservato {border: none; padding: 0 !important;}
  .nostampa {display: none;}
  .page {padding-bottom: 0}
;
}

.spazioriga {margin-bottom: 20px !important;}
.intestazione {margin-bottom: 40px !important;}

#PrezzoRiservato { padding: 0 !important;}
.listamia { list-style-type:none; width: 100%;}
.listamia li { display:inline-block; padding: 5px;}
.titlista li { width: 78%; padding: 0px !important;}
.titlista li:last-of-type { width: 20%; padding: 0px !important;}

  .pagebreak2 {
        clear: both;
        page-break-after: always;
		break-after: always;
		-webkit-region-break-after: always;
    }

  .pagebreak {
        clear: both;
        page-break-after: always;
		break-after: always;
		-webkit-region-break-after: always;
    }
	
  .pagebreak:last-of-type {
        clear: both;
        page-break-after: unset;
		break-after: unset;
		-webkit-region-break-after: unset;
    }


/* your styles go here */

thead {
	background : #e9ecef !important;
	/*font-weight : bold; */
}


.LinkRed A {
	color : red !important;
	/*font-weight : bold; */
}

.LinkRed A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.LinkGreen A {
	color : Green !important;
	/*font-weight : bold; */
}

.LinkGreen A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.LinkPurple A {
	color : purple !important;
	/*font-weight : bold; */
}

.LinkPurple A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.LinkGray A {
	color : Gray !important;
	/*font-weight : bold; */
}

.LinkGray A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.LinkBlack A {
	color : Black !important;
}

.LinkBlack A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.LinkYellow A {
	color : #FFD700 !important;
	/*font-weight : bold; */
}

.LinkBlue A {
	color : #1E90FF !important;
	/*font-weight : bold; */
}

.LinkLightPurple A {
	color : #FF0080 !important;
	/*font-weight : bold; */
}

.LinkOrange A:HOVER {
	color : orange !important;
	text-decoration : underline;
}

.riepiloghi {
	color : gray !important;
	/*font-weight : bold; */
	font-size : 10pt !important;
}