.statistics {
  display: table;
  table-layout: fixed;
  background: #363e48;
  /*background-image: radial-gradient(50% 36%, rgba(39,169,200,0.20) 50%, rgba(40,184,215,0.00) 93%);*/
}

.statistics-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.statistics-cell--dark {
  background: rgba(0,0,0,.3);
}

.statistics-icon {
  background-repeat: no-repeat;
  background-position: center top;
  height: 50px;
}

.statistics-icon--sheduled {
  background-image: url(/Content/img/icons/meetings-icon.png);
}

.statistics-icon--agreed {
  background-image: url(/Content/img/icons/meetings-icon.png);
}

.statistics-value {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 4.4px;
  color: #fff;
}

.statistics-text {
  opacity: .5;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.3px;
  color: #fff;
}