/* 
* =============================================
* collapse  
* https://semantic-ui.com/views/statistic.html
* =============================================
*/
.statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1.5em 1em;
  max-width: auto;
}
.statistic > .value {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  color: #1b1c1d;
  text-transform: uppercase;
  text-align: center;
}
.statistic > .label {
  font-size: 1em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  text-align: center;
}
.statistic > .text.value {
  font-size: 2rem !important;
}

/*# sourceMappingURL=statistic.css.map */