@font-face {
  font-family: 'icomoon';
  src:
    url('icomoon.ttf?j71aii') format('truetype'),
    url('icomoon.woff?j71aii') format('woff'),
    url('icomoon.svg?j71aii#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.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;
  
  vertical-align: -.0625em;

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

.icon-reload:before {
  content: "\e984";
}
.icon-display:before {
  content: "\e99d";
}
.icon-show:before {
  content: "\e9ce";
}
.icon-hide:before {
  content: "\e9d1";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-refresh:before {
  content: "\ea2e";
}
.icon-share:before {
  content: "\ea7e";
}
