/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/* Ocultar campos que no usaremos en Pedimentos/Lotes */
#dateofmanufacture, 
#dateofdestroy,
#eatby,
#sellby,
#lifetime,
#quality_control,
label[for="dateofmanufacture"],
label[for="dateofdestroy"],
label[for="eatby"],
label[for="sellby"],
label[for="lifetime"],
label[for="quality_control"] {
 display: none !important;
}