/* (c) pihentagy */
@-moz-document domain(mail.google.com) {

  /* narrower address */
  col.yY {
    width:15ex !important;
  }

  /* narrower time */
  col.xX {
    width:7ex !important;
  }


  /* Optional: narrow font in message preview */
  .y2 {
    font-family: 'Arial Narrow', Arial, sans-serif !important;
  /*  font-stretch: condensed !important;*/
  }
  /* also optional: arial narrow for all fields in list view
    td.xY {
      font-family: 'Arial Narrow', Arial, sans-serif !important;
    font-stretch: condensed !important;
  }
  */
}