@font-face {
  font-family: 'rtdtfont';
  src: url('../icon-fonts/rtdticon.woff?60584057') format('woff'),
       url('../icon-fonts/rtdticon.svg?60584057#rtdtfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="rtdt-"]:before, [class*=" rtdt-"]:before {
  font-family: "rtdtfont";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

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

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* 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); */
}

.rtdt-landing:before { content: '\e801'; } /* '' */
.rtdt-chat:before { content: '\e802'; } /* '' */
.rtdt-shopping:before { content: '\e803'; } /* '' */
.rtdt-settings:before { content: '\e804'; } /* '' */
.rtdt-files:before { content: '\e805'; } /* '' */