[class^="icon-"], [class*=" icon-"],.pdf-icon,.html-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;
  cursor:pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   display: inline-block;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-outlook:before {
  content: "\e901";
}
.icon-video:before {
  content: "\e902";
}
.icon-html:before {
  content: "\e903";
}
.icon-pdf:before {
  content: "\e904";
}

/*-- new icons --*/
.pdf-icon:after {
    content: "\e904";
    font-size: 1.3rem;
    width: 21px;
    height: 21px;
    border: 1px solid #00a8e1;
    color: #00a8e1;
    padding: 3px;
    float: left;
}
.html-icon:after {
    content: "\e903";
    font-size: 1.2rem;
    width: 21px;
    text-align:center;
    height: 21px;
    border: 1px solid #00a8e1;
    color: #00a8e1;
    padding: 4px 0px;
    float: left;
}
.pdf-icon:hover::after,.html-icon:hover::after{
  background-color: #00a8e1;
  color:#fff;
}