@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dx5pdp');
  src:  url('fonts/icomoon.eot?dx5pdp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dx5pdp') format('truetype'),
    url('fonts/icomoon.woff?dx5pdp') format('woff'),
    url('fonts/icomoon.svg?dx5pdp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-file-text:before {
  	content: "\e922";
	font-size: 20px;
    color: #CCC;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.icon-stack:before {
  	content: "\e92e";
	font-size: 20px;
    color: #CCC;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.icon-bubbles2:before {
  	content: "\e96d";
	font-size: 20px;
    color: #CCC;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.icon-attachment:before {
  	content: "\e9cd";
	font-size: 20px;
    color: #CCC;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.icon-bin:before {
  	content: "\e9ac";
	color: #aaa;
	font-size: 22px;
	display: inline-block;
    position: relative;
}