.digg {
  margin: 10px auto;
  text-align: center;
}
.digg a {
  min-width: 30px;
  height: 30px;
  border: 1px solid #C2C2C2;
  font-size: 14px;
  color: #757575;
  line-height: 30px;
  text-align: center;
  padding: 0 6px;
  margin-right: 3px;
}
.digg .active {
  color: #fff;
  background: #3069CA;
  border: 1px solid #3069CA;
}
