@font-face {
  font-family: 'ia';
  src: url('./ia.eot?99590984');
  src: url('./ia.eot?99590984#iefix') format('embedded-opentype'),
       url('./ia.woff2?99590984') format('woff2'),
       url('./ia.woff?99590984') format('woff'),
       url('./ia.ttf?99590984') format('truetype'),
       url('./ia.svg?99590984#ia') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="rs-"]{
    vertical-align: middle;
}
[class^="rs-"]:before, [class*=" rs-"]:before {
  font-family: "ia";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;


  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.rs-edit:before { content: '\41'; } /* '!' */
.rs-person:before { content: '\42'; } /* '"' */
.rs-apartment:before { content: '\43'; } /* '#' */
.rs-chart:before { content: '\44'; } /* '$' */
.rs-plus:before { content: '\45'; } /* '%' */
.rs-search:before { content: '\46'; } /* '&' */
.rs-notifications:before { content: '\47'; } /* ''' */
.rs-close:before { content: '\48'; } /* '(' */
.rs-event:before { content: '\49'; } /* ')' */
.rs-schevron:before { content: '\4a'; } /* '*' */
.rs-folder:before { content: '\4b'; } /* '+' */
.rs-folder_open:before { content: '\4c'; } /* ',' */
.rs-folder_copy:before { content: '\4d'; } /* '-' */
.rs-delete:before { content: '\4e'; } /* '.' */
