@charset "UTF-8";

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

[data-icon]:before {
  font-family: 'odd-icons' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'odd-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-next:before {
  content: '\61';
}
.icon-note:before {
  content: '\62';
}
.icon-pause:before {
  content: '\63';
}
.icon-play:before {
  content: '\64';
}
.icon-restart:before {
  content: '\65';
}
.icon-speech:before {
  content: '\66';
}
.icon-prev:before {
  content: '\67';
}
.icon-stop:before {
  content: '\68';
}
