//************************************************
// Nome: 	lm_mol.css
// Descrizione: css che specializza il template del manuale utente 
// Modificato: 	il 03/04/2020 da pit&amz -- creato
//***********************************************

/* font della prima voce di ogni file rst,c he non fa parte della struttura */
.rubric { font-size: 28px; }


/* override table width restrictions */
/* se lo schermo + più largo di 767 pixel chiude la labella rendendola responsive */
@media screen and (min-width: 767px) {

   .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from overriding
         this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
   }

   .wy-table-responsive {
      overflow: visible !important;
   }
}
