@media print{
  body {
    color: #4A4A4A;
    font-family: Arial, Tahoma;
    background: #fff;
  }

  .company_name{
    font-size: 24px;
  }
  .company_address, .company_telephone, .company_email{
    font-size: 11px;
  }


  .fieldValue{
    font-family:arial;
    font-size:11px;
    color:#000000;
  }
  .fieldLabel{
    font-family:arial;
    font-size:11px;
    color:#000000;
  }

  .company_logo{
    border-radius: 50%;
    width: 100px;
  }

  .print_field[data-id="lista_items"]{
    font-size:11px;
  }

  table thead tr th{
    font-size:14px;
  }


  table thead tr td{
    font-size:14px;
  }
}


@page :footer {color: #fff }
@page :header {color: #fff}
