#REVIEWModal
{
  z-index: 99999999;  
  display: none;
}
#REVIEWModal .modal-dialog
{
  max-width: 500px !IMPORTANT;
}
.reviewText 
{
  position: relative;
  height: 160px;
  font-size: 20px;
  line-height: 35px;
  overflow: hidden;
white-space:initial;
}
.reviewText:after
{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 5em;
}
.stars
{
  color: #ec1a22;
  font-size: 25px;
  height:37px;
}
.singleReview
{
  cursor: pointer;
  margin-top:24px;
}

#reviewHolderCont
{
  overflow:hidden; 
  white-space:nowrap;
}

.singleReviewInner
{
  border:1px solid #000000;
  padding:20px;
}

.ratingName
{
 font-size: 30px; 
 font-weight: 300;
 height:45px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.arrowsHolder
{
  margin-top:10px;
}
.reviewArrow
{
  display: inline-block;
  float: left;
  width:45px;
  height:45px;
  background-color:#ec1a22;
  font-size:30px;
  text-align:center;
  color:#FFFFFF;
  cursor:pointer;
}

.arrowLeft
{
  margin-right:15px;
}