/*Added for small screen devices like iphone 5/SE*/
.mod-lipper-rating .mod-module__footer {
  position: relative;
  height: 30px;
}
.mod-lipper-rating .mod-disclaimer {
  float: left;
}
.mod-lipper-rating__legend {
  font: normal 12px/14px Metric, Arial, sans-serif;
  color: #8C9191;
  display: inline;
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 489px) {
  .mod-lipper-rating__legend {
    float: none;
    display: block;
  }
}
.mod-lipper-rating__legend .mod-icon--sprite {
  margin-left: 5px;
  display: inline-block;
}
.mod-lipper-rating__legend .mod-icon--sprite:last-child {
  margin-right: 5px;
}
.mod-lipper-rating th,
.mod-lipper-rating td:not(.mod-ui-table__cell--text) {
  text-align: center;
}
.mod-lipper-rating .mod-icon--lipper-logo {
  margin-top: 10px;
  font-size: 23px;
  color: #F3901D;
  margin-right: 15px;
  float: right;
  width: 100px;
}
@media only screen and (max-width: 489px) {
  .mod-lipper-rating .mod-icon--lipper-logo {
    float: none;
    display: block;
  }
}
