/* All time */
#clientSummary_allTimeStats {
  padding-top:10px;
}
.allTime_section {
  float:left;
  width:33%;
  box-sizing: border-box;
  height:70px;
}
.allTime_img {
  width: 50px;
  height: 50px;
  float: left;
  background-size:75%;
  background-repeat:no-repeat;
}
.allTime_workout {
  background-image: url('../../images/tile/workoutCheckedIn.png');
}
.allTime_cardio {
  background-image: url('../../images/tile/cardioCheckedIn.png');
}
.allTime_photo {
  background-image: url('../../images/tile/photoTracked.png');
}
.allTime_weight {
  background-image: url('../../images/tile/statsTracked.png');
}
.allTime_FMS {
  background-image: url('../../images/tile/fmsTracked.png');
}
.allTime_text {
  overflow: hidden;
  width: auto;
  margin-left: 60px;
}
.allTime_header {
  color: rgb(127, 212, 251);
  font-size:12px;
  width:100%;
  display:inline-block;
}
.allTime_value {
  font-size: 32px;
  color: #a7a7a7;
}
.allTime_unit {
  font-size: 16px;
  color: #a7a7a7;
  vertical-align: top;
  padding-left: 3px;
  margin-top: 5px;
  display: inline-block;
}

/* Recent Personal Bests */
.personalBest_list {
  padding-left: 0;
}
.personalBest_list li {
  list-style: none;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDD;
}
.personalBest_list li:last-of-type {
  border-bottom: none;
}
.personalBest_star {
  height:50px;
  width:50px;
  float:left;
  background-size: 65%;
    background-repeat: no-repeat;
    background-position: center center;
  background-image: url('../../images/tile/goldstar.png');
}
.personalBest_text {
  overflow: hidden;
  width: auto;
  margin-left: 60px;
}
.personalBest_label {
  float:left;
  width: 75%;
}
.personalBest_name {
  width:100%;
  color: #a7a7a7;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.personalBest_stat {
  color: #ccc;
  font-size: 12px;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  padding-top: 2px;
  display: block;
}
.personalBest_date {
  float: right;
  color: #a7a7a7;
  width: 25%;
  padding-top: 17px;
  font-size: 13px;
  text-align: right;
}
