/* darkly */
/* line 4, /home/vgmrips/public_html/packs/css/statistics.less */
.graph {
  border-radius: 4px;
  overflow: hidden;
}
/* line 9, /home/vgmrips/public_html/packs/css/statistics.less */
.graph ul {
  position: relative;
  background: #303030;
  padding: 8px;
  list-style-type: none;
  margin-bottom: 0;
}
/* line 17, /home/vgmrips/public_html/packs/css/statistics.less */
.graph ul li {
  position: absolute;
  width: 2.5%;
  text-align: center;
  left: 0;
  bottom: 0;
  background: #375a7f;
  color: #ebebeb;
  font-weight: bold;
  vertical-align: bottom;
  overflow: hidden;
  display: block;
}
/* line 31, /home/vgmrips/public_html/packs/css/statistics.less */
.thin ul li {
  width: 2%;
  font-size: 80%;
}
/* line 36, /home/vgmrips/public_html/packs/css/statistics.less */
.graph ul li:nth-child(odd) {
  background: #4673a3;
}
/* line 40, /home/vgmrips/public_html/packs/css/statistics.less */
.graph .ruler {
  background: #464545;
}
/* line 44, /home/vgmrips/public_html/packs/css/statistics.less */
.graph .ruler .monthRange {
  float: left;
  background: #303030;
  border-left: 4px solid #999999;
  padding: 4px;
  white-space: nowrap;
  overflow: hidden;
}
