.dial.statistics {
  text-transform   : uppercase;
  color            : black;
}

.dial.statistics tr:hover *{
  background-color : #F8F8F8;
}
.dial.statistics tr:hover .view{
  background-color : #d5e6f4;
}
.dial.statistics tr:hover .download{
  background-color : #f2d8da;
}
.dial.statistics tr:hover .zero{
  background-color : #F8F8F8;
}
.dial.statistics .view, .dial.statistics .download{
  width            : 35%;
  text-align       : center;
  font-size        : 1em;
  font-weight      : bold;
}
.dial.statistics .view{
  color            : #307bbb;
}
.dial.statistics .download{
  color            : #A8000C;
}
.dial.statistics .zero{
  color            : #DDD;
}

/* DATA ===================================================================== */
.dial.hits td{
  font-family      : "Courier new";
  text-transform   : initial;
}
.dial.hits .view, .dial.hits .download{
  width            : 8%;
  text-align       : left;
}

/* AGGREGATIONS ============================================================= */
.dial.statistics tr.aggregation td{
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
}
.dial.statistics tr.aggregation td:first-child{
  font-weight: bold;
  padding-left: 3em;
}


/* TOTALS ROWS =============================================================== */
.dial.statistics .totals td{
  font-size: 3em;
  padding : 10px;
}
.dial.statistics tr.totals:hover *{ background-color: inherit; }
.dial.statistics .totals span{
  padding       : 15px;
  border-radius : 4px;
  display       : inline-block;
}
.dial.statistics .totals .view span{
  border:2px solid #307bbb;
  background-color: #d5e6f4;
}
.dial.statistics .totals .download span{
  border:2px solid #A8000C;
  background-color: #f2d8da;
}


/* FIELDSET BACKGROUND ====================================================== */
fieldset.statistics{ background-color: transparent; }
fieldset.statistics legend{ padding-left: 28px; }
fieldset.sources legend{ background: url(../images/node-delete-next.png) 5px center no-repeat; }
fieldset.country legend{ background: url(../images/map.png) 5px center no-repeat; }
fieldset.date legend{ background: url(../images/calendar-day.png) 5px center no-repeat; }
fieldset.statistics:not(.sources) .dial.statistics{ margin-top: 2.5em; }
