@font-face {
  font-family: 'Server Icons';
  src: url('../fonts/servericons.eot?43481771');
  src: url('../fonts/servericons.eot?43481771#iefix') format('embedded-opentype'),
       url('../fonts/servericons.woff2?43481771') format('woff2'),
       url('../fonts/servericons.woff?43481771') format('woff'),
       url('../fonts/servericons.ttf?43481771') format('truetype'),
       url('../fonts/servericons.svg?43481771#Server Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="servericons-"]:before, [class*=" servericons-"]:before {
  font-family: "Server Icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.servericons-ram:before { content: '\e800'; }
.servericons-cpu:before { content: '\e801'; }
.servericons-core:before { content: '\e802'; }
.servericons-disk:before { content: '\e803'; }
