// COMPARE PAGE : title #3
Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.range_compare .ex_five_cols .col_title .sIFR',
      css: {
        '.sIFR-root': { 'color': '#1f1f1f', 'background-color': '#e0e0e0' }
      },
      wmode: 'opaque'
    }
  }
);
