.statistics {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  padding: 0; }
  .statistics > li {
    min-width: 128px;
    display: inline-block;
    margin: 8px 14px;
    position: relative; }
    .statistics > li > span {
      margin-top: 7px;
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 11px; }
    .statistics > li .main-info {
      margin-bottom: 6px;
      border-bottom: 1px solid #bfbfbf;
      padding-bottom: 6px; }
      .statistics > li .main-info > strong {
        font-size: 24px;
        font-weight: 500;
        text-shadow: 0 1px 0 #fafafa; 
        text-align: center}
      .statistics > li .main-info:after {
        content: "";
        display: block;
        clear: both; 
}