.stats-con
{
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 1em 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  background: white;
}

.stats-head-con
{
  text-align: center;
  vertical-align: middle;
}

.stats-header
{
  font-size: 0.7em;
  display: flex;
  color: #999;
  text-transform: uppercase;
}

.stats-value
{
  font-size: 1.2em;
}

.stats-msg
{
  padding: 1em;
  font-size: 0.8em;

}
