@font-face {
  font-family: 'tabicon';
  src:  url('tabicon.eot?xjlij5');
  src:  url('tabicon.eot?xjlij5#iefix') format('embedded-opentype'),
    url('tabicon.ttf?xjlij5') format('truetype'),
    url('tabicon.woff?xjlij5') format('woff'),
    url('tabicon.svg?xjlij5#tabicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="tab-icon-"], [class*=" tab-icon-"],
.theTabScrollLeft,
.theTabScrollRight{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tabicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tab-icon-scroll-left:before {
  content: "\e900";
}
.tab-icon-scroll-right:before {
  content: "\e901";
}
