div.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flow-root;
}

ul.patient-reviews {
  list-style-type: none;
  padding-left: 25px;
}

ul.patient-reviews li {
  padding-bottom: 35px;
}

ul.patient-reviews li.review {
  display: block;
}

ul.rating {
  display: inline-block;
  color: #ff9c01;
  list-style-type: none;
  font-size: 24px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.patient-reviews {
    border-top: none;
    padding: 20px 40px;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.patient {
  font-size: 14px;
  text-align:left;
}

.review-col1 {
    width: 30%;
    float: left;
}

.review-col2 {
  width: auto;
  float: left;
}

.review-col3 {
    width: auto;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-right: 16px;
    font-size: 16px;
}

.review-content {
    width: 70%;
    float: left;
    font-size: 14px;
    text-align:left;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

.review-content.full {
	width: 100%;
}

.rating-background {
    background-color: lightgray;
    width: 90%;
    height: 10px;
}

.review-rating span {
    font-size: 13px;
}

.review-rating.empty {
	display: none;
}

.rating-image {
    background-color: #17449a;
    margin-left: 0.6%;
    height: 100%;
    width: 19.4%;
    float: left;
}

.name{
    text-align:left;
}

.name strong{
    text-align: left;
    font-size:16px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.pagination {
    display: inline-flex;
}
