@font-face {
  font-family: 'scheduleicons';
  src: url('scheduleicons.eot?79457696');
  src: url('scheduleicons.eot?79457696#iefix') format('embedded-opentype'),
       url('scheduleicons.woff?79457696') format('woff'),
       url('scheduleicons.ttf?79457696') format('truetype'),
       url('scheduleicons.svg?79457696#scheduleicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'scheduleicons';
    src: url('../font/scheduleicons.svg?79457696#scheduleicons') format('svg');
  }
}
*/

[class^="icon-"] {
    color: #fcfefe;
    display: inline-block;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "scheduleicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  width: 2rem;
  margin-right: .2rem;
  text-align: center;
   
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none; 
  font-size: 70%;
  background-color: #426c22;
  border-radius: 1rem;
  float: left;
  margin-bottom: -.2rem;
   
}
 
.icon-info:before, .icon-i:before { content: '\e800'; } /* '' */
.icon-photo:before, .icon-p:before { content: '\e801'; } /* '' */
.icon-video:before, .icon-v:before { content: '\e802'; } /* '' */