<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#user-reviews {
  border-top: 1px solid #cccccc;
  margin-top: 32px;
  padding: 15px 0 30px 5px;
  background: #fff;
}

.user-review-container {
  margin: 10px auto 10px auto;
  width: 95%;
}

.user-text {
  width: 26%;
  float: left;
  font-size: 18px;
  padding: 12px 0px;
  font-style: italic;
}

@media only screen and (max-width:767px) {
  .user-text {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.user-drop-down {
  float: left;
}

@media only screen and (max-width:767px) {
  .user-drop-down {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
}

a.see-all-review-btn {
    display: block;
    background: #8f8f8f url(../images-v2/review/see-all-review-icon.png) no-repeat right top;
	height:37px;
    padding: 8px 50px 8px 12px;
    text-decoration: none;
    height: 37px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: 600;
	width: auto;
}

a.see-all-review-btn:hover {
    background-color: #8f8f8f;
	background-position: right -37px;;
}

@media only screen and (max-width:767px) {
  a.see-all-review-btn {
    margin: 0px auto;
  }
}

.write-review {
  float: right;
}

@media only screen and (max-width:767px) {
  .write-review {
    float: none;
  }
}

a.write-a-review-btn {
  font-size: 15px;
  display: block;
  padding: 8px 50px 8px 10px;
  height:37px;
  font-weight: 700;
  color: #FFFFFF;
  background: #cccccc url(../images-v2/review/edit-icon.png) no-repeat 137px 1px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align:center;
  width:auto;
    transition: all 0.3s linear 0s;
}

a.write-a-review-btn:hover {
  background-color: #b3b3b3;
  background-position: 136px -37px;
}

@media only screen and (max-width:767px) {
  a.write-a-review-btn {
    margin: 0px auto;
  }
}

.sort-review {
  width: 73%;
  float: right;
  margin: 15px 0 8px;
}

@media only screen and (max-width:767px) {
  .sort-review {
    width: 100%;
  }
}

.sort-review a {
  color: #4b7bd4;
  background: url(../images-v2/review/down-arow.png) no-repeat center right;
  padding-right: 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

.star-rating-wrapper {
  width: 69.4%;
  float: right;
  background: #f9f7f7;
  color: #5a646a;
  font-weight: bold;
  font-weight: 300;
  font-size: 13px;
  border-top: 1px solid #cecece;
  margin-right: 21px;
}

@media only screen and (max-width:767px) {
  .star-rating-wrapper {
    width: 100%;
    float: none;
    clear: both;
  }
}

.star-rating-wrapper table {
  margin: 10px auto;
  width: 85%;
}

@media only screen and (max-width:767px) {
  .star-rating-wrapper table {
    width: 100%;
  }
}

.star-rating-wrapper table td {
  padding: 10px;
  vertical-align: top;
}

.star-rating-wrapper table td:last-child {
  padding-left: 0px;
}

@media only screen and (max-width:979px) {
  .star-rating-wrapper table td:last-child {
    padding-left: 10px;
  }
}

.control {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight:300;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border:1px solid #828a8d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.control--checkbox .control__indicator {
  top: 5px;
}

.control--radio .control__indicator {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  /*background: #ccc;*/
}

.control input:checked ~ .control__indicator {
  background: #3496ff;
  border:none;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  /*background: #0e647d;*/
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.star-rating-wrapper .button {
  width: 100%;
}

.star-rating-wrapper .button ul {
  float: right;
  list-style: none;
  border-top: 1px solid #cecece;
  width: 92%;
  padding: 10px;
  margin-right: 10px;
}

.star-rating-wrapper .button ul li {
  list-style: none;
  padding-right: 15px;
  text-align: center;
}

.star-rating-wrapper .button ul li a {
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.star-rating-wrapper .button ul li a.cancel-btn {
  background-color: #8f8f8f;
  font-size: 13px;
  color: #ffffff;
  padding: 8px 30px;
  font-weight: 400;
}

.star-rating-wrapper .button ul li a.cancel-btn:hover {
  background-color: #777575;
  text-decoration: none;
}

.star-rating-wrapper .button ul li a.view-review-btn {
  background-color: #4ba38d;
  font-size: 13px;
  color: #ffffff;
  padding: 8px 10px;
  font-weight: 400;
}

.star-rating-wrapper .button ul li a.view-review-btn:hover {
  background-color: #378774;
  text-decoration: none;
}

.review-listed {
  padding-top: 10px;
}

.user-name {
  font-size: 20px;
  margin-bottom: 0px;
}

.review-date {
  font-size: 11px;
  margin-bottom: 0px;
}

#review-exp-col, #review-collapse-col {
  cursor: pointer;
}

.review-container {
  width: 95%;
  padding: 10px 0;
  border-bottom: 1px solid #dee3e6;
  margin: 10px auto 10px auto;
}

#review-list .revie-nme {
  float: left;
  width: 30%;
}

#review-list .desc {
  float: left;
  width: 68%;
}

#review-list .review-header {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #454d52;
  padding-bottom: 8px;
}

#review-list .review-header span {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  float: left;
  padding-top: 5px;
  width: 100%;
  padding-bottom: 10px;
}

#review-list .desc p {
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 300;
  color: #454d52;
}

.sort-review-uparrow {
  background: url(../images-v2/review/up-arow.png) no-repeat center right !important;
}

.clr {
  clear: both;
}

.clear {
  clear: both;
  height: 0px;
}

/* Pagination */
div.pagination {
  padding: 5px 0 0;
  margin: 10px auto 10px auto;
  width: 95%;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #DEE3E6;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
 /* no underline */
  color: #024579;
}

div.pagination a:hover, div.pagination a:active {
  border: 1px solid #024579;
  color: #000;
}

div.pagination span.current {
  padding: 1px 5px 1px 5px;
  margin: 2px;
  border: 1px solid #DEE3E6;
  font-weight: bold;
  background-color: #6699CB;
  color: #FFF;
  font-size: 12px;
}

div.pagination span.disabled {
  padding: 1px 5px 1px 5px;
  margin: 2px;
  border: 1px solid #DEE3E6;
  color: #DDD;
}</pre></body></html>