.statistics .statistics-toolbar {
  margin: 0px;
  margin-bottom: 2px;
}
.statistics .statistics-toolbar .statistics-toolbar-period_button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.statistics .statistics-toolbar .statistics-toolbar-period_button .material-icons {
  margin-top: -3px;
}
.statistics .statistics-kpi {
  margin-top: 15px;
}
.statistics .statistics-kpi md-card-header {
  width: 250px;
}
.statistics .statistics-kpi h2 {
  margin: 3px;
}
.statistics .statistics-totalstable .statistics-totalstable-data table {
  width: 100%;
  padding-left: 15px;
}
.statistics .statistics-totalstable .statistics-totalstable-data table thead th {
  font-weight: bold;
  padding-bottom: 10px;
}
.statistics .statistics-totalstable .statistics-totalstable-data table tbody tr td {
  padding: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.statistics .statistics-totalstable .statistics-totalstable-data table tbody tr td:nth-child(n+2) {
  text-align: right;
}
.statistics .statistics-totalstable .statistics-totalstable-chart {
  margin-right: 10px;
  margin-bottom: 10px;
}