/* Chartbeat */
h6.top-line {
  border-top: 2px solid #cbcbcb;
  padding-top: 6px;
}
#cbSitetotal {
  padding: 0;
  width: 100%;
  border: 0;
  background: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
}
#cbSitetotal .chartbeatWidget {
  height: 100px;
}
#cbSitetotal .chartbeatWidget a.branding {
  display: none;
}
#cbSitetotal .chartbeatWidget .chartbeatLabel {
  color: #999999;
  text-align: left;
  font: normal 600 16px/1 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
#cbSitetotal .chartbeatWidget .chartbeatNumber {
  font: normal bold 57px/80px 'Source Sans Pro', sans-serif;
  text-align: left;
}
#cbSitetotal .chartbeatGauge {
  position: relative;
  right: 0;
  top: -70px;
  width: 102px;
  height: 60px;
  float: right;
}
#cbSitetotal .chartbeatGauge canvas {
  width: 100%;
  height: 100%;
}
#cbSitetotal .cbExplanation {
  font: normal normal 13px/1.2 'Source Sans Pro', sans-serif;
  color: #000;
  text-align: left;
  padding: 0;
  width: 75%;
}
.ChartbeatBox {
  margin: 10px 0 20px 0;
  position: relative;
}
.ChartbeatBox .page {
  border-bottom: 1px solid #FFF;
  background-color: #efefef;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 43px;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: 100%;
}
.ChartbeatBox .page .title {
  background-color: rgba(0, 0, 0, 0);
  line-height: 15px;
  max-height: 37px;
  overflow: hidden;
  padding-right: 10px;
}
.ChartbeatBox .page td.title a {
  color: #3F3F3F;
  text-decoration: none;
}
.ChartbeatBox .page:hover {
  background-color: #00acf2;
}
.ChartbeatBox .page:hover .visitors {
  color: #fff;
}
.ChartbeatBox .page:hover .title a {
  color: #fff;
}
.ChartbeatBox .page:hover .title a div {
  color: #fff;
  text-decoration: none;
}
.ChartbeatBox .up,
.ChartbeatBox .down {
  background-image: url("/wp-content/skins/global/groups/chartbeat/down.png");
  background-repeat: no-repeat;
  height: 13px;
  width: 30px;
}
.ChartbeatBox .up {
  background-image: url("/wp-content/skins/global/groups/chartbeat/up.png");
}
.ChartbeatBox .visitors {
  font: normal 900 20px/15px 'Source Sans Pro', sans-serif;
  color: #000;
}
/* /Chartbeat */
