.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #e7ff00;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #e7ff00;
}

form {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 540px;
	text-align: left;
}

.reviewtable {
	width: 980px;
	padding-left: 32px;
	padding-right: 32px;
}

.reviewtable {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
tr.mainrow>td {padding-top: 1em; }

.tablehead {
	font-size: 22px;
	color: #000;
	font-family: 'Jura', sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.tabledata {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
}
.greenarrow {
	padding-left: 11px;
	background: url(images/green-arr.png) no-repeat 0 9px;
	padding-bottom: 7px;
}
.starrate {
    background-image: url(images/stars.png);
    background-repeat: no-repeat;
    display: block;
}

.starrate-0 {
    width: 141px;
    height: 19px;
    background-position: -5px -5px;
}

.starrate-1 {
    width: 141px;
    height: 21px;
    background-position: -5px -34px;
}

.starrate-2 {
    width: 138px;
    height: 20px;
    background-position: -5px -65px;
}

.starrate-3 {
    width: 138px;
    height: 20px;
    background-position: -5px -95px;
}

.starrate-4 {
    width: 138px;
    height: 20px;
    background-position: -5px -125px;
}

.starrate-5 {
    width: 141px;
    height: 21px;
    background-position: -5px -155px;
}

span.icon {
	text-decoration: none !important;
}
form div {
	font-weight: 700;
	padding-right: 2px;
	padding-bottom: 5px;
	display: block;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
}