.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #cccccc;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top:1px;
  display:inline-block;
  font-family:'FontAwesome', Verdana, Arial, sans-serif!important;
}
.glyphicon-calendar:before {
  content:'\f073'!important;
}
.glyphicon-chevron-down:before {
  content:'\f107'!important;
}
.glyphicon-chevron-left:before {
  content:'\f104'!important;
}
.glyphicon-chevron-right:before {
  content:'\f105'!important;
}
.glyphicon-chevron-up:before {
  content:'\f106'!important;
}
.glyphicon-star:before {
  content:'\f006';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
}
.glyphicon-star.coloron:before {
  color: #000000;
  content:'\f005';
  font-family:'FontAwesome', Verdana, Arial, sans-serif;
}
.glyphicon-time:before {
  content:'\f017'!important;
}
.glyphicon.coloron ~ .glyphicon-star {
  color: #000000;
}
