﻿.metrics li.metric {
    padding: 0 10px
}
.metrics td.metric {
    padding-left: 20px;
    background-position-x:5px;
}
.metrics .glyphicon {
    top: -2px;
    left: -5px;
    position: relative;
}
.metrics .glyphicon:before
{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ChevronIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.metrics .metric-green .glyphicon:before {
  content: "\e90b";
  color: #769231;
}
.metrics .metric-yellow .glyphicon:before {
  content: "\e90c";
  color: #faab18;
}
.metrics .metric-red .glyphicon:before {
  content: "\e90a";
  color: #e21836;
  font-size: 12px;
}
