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

[class^="ts-widget-icon-"], 
[class*=" ts-widget-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ts-widget-icons' !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;
}

.ts-widget-icon-clock:before {
  content: "\e906";
}
.ts-widget-icon-angle-right:before {
  content: "\e907";
}
.ts-widget-icon-angle-left:before {
  content: "\e908";
}
.ts-widget-icon-home:before {
  content: "\e909";
}
.ts-widget-icon-star-o:before {
  content: "\e90a";
}
.ts-widget-icon-star:before {
  content: "\e90b";
}
.ts-widget-icon-picture-o:before {
  content: "\e90c";
}
.ts-widget-icon-comments-o:before {
  content: "\e90d";
}
.ts-widget-icon-edit:before {
  content: "\e90e";
}
.ts-widget-icon-bars:before {
  content: "\e900";
}
.ts-widget-icon-close:before {
  content: "\e901";
}
.ts-widget-icon-share:before {
  content: "\e902";
}
.ts-widget-icon-thumbs-down:before {
  content: "\e903";
}
.ts-widget-icon-thumbs-up:before {
  content: "\e904";
}
.ts-widget-icon-verify-check:before {
  content: "\e905";
}
