.array {
  width: 100%;
  /*border: 1px solid grey;*/
}

.array td {
  /*border: 1px solid grey;*/
  padding: 10px;
}

.review_line {
  padding-bottom: 5px;
  line-height: 2em;
}

.review_line {
  width: 100%;
  padding-bottom: 5px;
  line-height: 2em;
}

.review_line i {
  text-align: center;
  background-color: #89C4F4;
  color: #fff;
  border-radius: 2px;
  height: 2em;
  width: 2em;
  padding: 6px;
  float: left;
}

.review_line i.info {
  background-color: #89C4F4;
}

.review_line i.success {
  background-color: #45B6AF;
}

.review_line i.warning {
  background-color: #dfba49;
}

.review_line i.danger {
  background-color: #f3565d;
}

.review_line p {
  background-color: #fafafa;
  padding-left: 45px;
  color: #82949a;
}

.review_line:hover p {
  color: #45B6AF;
}

.review_line .fake_link {
  float: right;
  font-weight: bold;
}

.review_line .points {
  font-weight: bold;
  color: #67809F;
}

.review_line {
  width: 100%;
  padding-bottom: 5px;
  line-height: 2em;
}

.review_line i {
  text-align: center;
  background-color: #89C4F4;
  color: #fff;
  border-radius: 2px;
  height: 2em;
  width: 2em;
  padding: 6px;
  float: left;
}


.review_line p {
  background-color: #fafafa;
  padding-left: 45px;
  color: #82949a;
}

.review_line:hover p {
  color: #45B6AF;
}

.review_line .fake_link {
  float: right;
  font-weight: bold;
}

.review_line .points {
  font-weight: bold;
  color: #67809F;
}

.star-rating {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  font-size: 1em;
  color: #ccc;
  cursor: pointer;
}

.star-rating-top {
  color: #ffcc00;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating-bottom {
  padding: 0;
  display: inline-block;
  color: #ccc;
}