.stat-card{
  width: 100%;
  margin: 0;
  display: table;
  overflow: hidden;
  color:#e8eaf6;
}

.stat-card>div{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  padding: 16px;
}

.stat-title .title-heading {
  text-align: center;
  height: 16px;
  line-height: 16px;
  font-weight: 400;
  opacity: 0.7;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}

.stat-title .title-body{
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  z-index: 1;
}

.stat-info .stat {
  display: table;
  margin: 0 auto;
  width: auto;
  height: 56px;
}

.stat-info .stat>div{
  position: relative;
  display: table-cell;
  width: 6px;
}
.stat-info .stat>div>div{
  position: absolute;
  bottom: 0;
  left:0;
  width: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.stat-info {
  background-color: rgba(255, 255, 255, 0.2);
}
