.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
#stars {
  background-image: url(/images/support/star-rating.gif);
  height: 16px;
  width: 100px;
  margin: 2px 6px 20px 12px;
  float: left;
}
.r0.point5 {background-position: 0 -16px}
.r1 {background-position: 0 -32px}
.r1.point5 {background-position: 0 -48px}
.r2 {background-position: 0 -64px}
.r2.point5 {background-position: 0 -80px}
.r3 {background-position: 0 -96px}
.r3.point5 {background-position: 0 -112px}
.r4 {background-position: 0 -128px}
.r4.point5 {background-position: 0 -144px}
.r5 {background-position: 0 -160px}

.current-rating {
  float: right;
  margin-left: 20px;
}
.current-rating p {
  float: left;
}
.star-rating {
  float: left;
}
.star-rating p {
  float: left;
}
.star-rating fieldset {
  float: left;
  margin: 3px 0 0 18px;
}
.star-rating label {
  background-image: url(/images/support/star-rating.gif);
  background-position: -4px 0;
  height: 16px;
  width: 16px;
  padding-right: 3px;
  float: left;
  cursor: pointer;
}
.star-rating input[type=radio] {
  position: absolute;
  left: -99999px;
}
.star-rating label.over, .star-rating label.on {
  background-position: -4px -32px;
}
.star-rating input[type="submit"] {
  float: left;
  margin: -3px 0 0 8px;
  color: #fff;
  border-radius: 18px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-text-shadow: 0 0 2px #666;
  -moz-text-shadow: 0 0 2px #666;
  text-shadow: 0 0 2px #666;
  border: 1px solid #aaa !important;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 4%, #cccccc 26%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#e0e0e0), color-stop(26%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 4%,#cccccc 26%,#999999 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 4%,#cccccc 26%,#999999 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 4%,#cccccc 26%,#999999 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 4%,#cccccc 26%,#999999 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
.support-centre .related {
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
}
.support-centre .related_post {
  min-height: 56px;
}
.ts-next {
  display: block;
  background: #f5f5f5;
  padding: 16px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ts-next a {
  font-size: 16px;
  font-weight: 600 !important;
}