.statistics {
  margin: 10px 0;
}
.statistics h2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  color: #0091E0;
  font-weight: normal;
}
.statistics .selectSingle, .statistics .selectMulti {
  float: none;
}
.statistics .filter p {
  margin: 0 0 8px 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 5px 0;
}
.statistics .filter p a {
  margin: 0 7px;
}
.statistics .filter form {
  line-height: 27px;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 5px 0;
}
.statistics .filter .controlWrap {
  float: left;
  margin: 0 20px 0 0;
}
.statistics .filter .controlLabel {
  margin: 0 10px 0 0;
  float: left;
}
.statistics .filter .control {
  float: left;
}
.statistics .sourceInfo {
  text-align: center;
}
