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

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

.icon-order:before {
  content: "\e906";
}
.icon-desc:before {
  content: "\e900";
}
.icon-shield:before {
  content: "\e901";
}
.icon-delete:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e903";
}
.icon-edit:before {
  content: "\e904";
}
.icon-unshield:before {
  content: "\e905";
}

