/* CSS for the public satisfaction display */
.zd_satisfaction, .zd_plug {
  display: inline-block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

.zd_satisfaction div {
  background-color: #e5e3e3;
  border: 1px solid #a59f9e;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0 0 2%;
  padding: 8px 0 0 0;
  text-align: center;
  width: 32%;
}

.zd_satisfaction div:first-of-type {
  margin-left: 0;
}

.zd_satisfaction div:last-of-type {
  background-color: #fff;
}

.zd_rating_number {
  font-size: 2.5em;
  font-weight: bold;
  padding: 0;
}

.zd_rating_number:last-of-type {
  text-shadow: 0;
}

.zd_rating_string {
  padding: 0.5em 0;
}

.zd_satisfaction_score .zd_rating_number {
}

.zd_satisfaction_score {
  background-color: #fff;
}

.zd_plug {
  font-size: 11px;
  margin: 5px 0 20px;
  text-align: center;
}
