@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot?penqtf');
  src: url('fonts/iconfont.eot?penqtf#iefix') format('embedded-opentype'),
    url('fonts/iconfont.ttf?penqtf') format('truetype'),
    url('fonts/iconfont.woff?penqtf') format('woff'),
    url('fonts/iconfont.svg?penqtf#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  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-image:before {
  content: "\e900";
}
.icon-box-add:before {
  content: "\e901";
}
.icon-github:before {
  content: "\e902";
}
.icon-rotate-right:before {
  content: "\f01e";
}
.icon-rotate-left:before {
  content: "\f0e2";
}

.icon {
    display: inline-block;
    padding: 5px;	
}

.icon:hover {
    cursor: pointer;
}