@font-face {
  font-family: 'font-se';
  src: url("/javax.faces.resource/1.0.2/font/font-se.ttf.xhtml?ln=font-se") format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="fse-"]:before, [class*=" fse-"]:before {
  font-family: "font-se";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */
 
  /* 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;*
 
  /* you can be more comfortable with increased icons size */
   font-size: 120%; 
 
  /* 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); */
}
 
.fse-iris:before { content: '\e800'; }
.fse-sign1:before { content: '\e801'; }
.fse-sign2:before { content: '\e802'; }
.fse-navision:before { content: '\e803'; }
.fse-bus:before { content: '\e804'; }
.fse-car:before { content: '\e805'; }
.fse-cargo-van:before { content: '\e806'; }
.fse-mini-bus:before { content: '\e807'; }
.fse-moto:before { content: '\e808'; }
.fse-small-truck:before { content: '\e809'; }
.fse-tractor:before { content: '\e80a'; }
.fse-truck:before { content: '\e80b'; }
.fse-pampol:before { content: '\e80c'; }

.fse-2x { 
	font-size: 1.6em !important;
    height: 28px;
    width: 28px;
    margin-left: -11px !important;
    margin-right: 0 !important;
    margin-top: -12px !important;
}