@font-face {
  font-family: 'FontAwesome';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-info-circle:before {
  content: "\f05a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-cog:before {
  content: "\f013";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-search:before {
  content: "\f002";
}
.fa-trophy:before {
  content: "\f091";
  font-size:19px;
}
.fa-times:before {
  content: "\f00d";
}
.fa-like:before {
  content: "\e041";
  margin: 0 2px 0 2px;
  font-size:16px;
  float:left;
}

.utorrent {
  float:left;
  margin:2px;
}
.utorrent:before {
  content: "\e007";
  font-size:18px;
}