/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #f0776c, #f0776c 37.5%);
  background-image: -moz-linear-gradient(left, #f0776c, #f0776c 37.5%);
  background-image: -o-linear-gradient(left, #f0776c, #f0776c 37.5%);
  background-image: linear-gradient(to right, #f0776c, #f0776c 37.5%);
}

