#col1a {
    width: 250px;
    background-color: #ff0000;
    text-align: center;
}
#col1b {
    width: 250px;
    background-color: #e2571e;
    text-align: center;
}
#col1c {
    width: 250px;
    background-color: #FF7F00;
    text-align: center;
}
#col1d {
    width: 250px;
    background-color: #FFFF00;
    text-align: center;
}
#col1e {
    width: 250px;
    background-color: #00FF00;
    text-align: center;
}
#col1f {
    width: 250px;
    background-color: #96bf33;
    text-align: center;
}
#col1g {
    width: 250px;
    background-color: #0000FF;
    text-align: center;
}
#col1h {
    width: 250px;
    background-color: #4B0082;
    text-align: center;
}
#col1i {
    width: 250px;
    background-color: #8B00FF;
    text-align: center;
}


#col2 {
width: 500px;
}
#col3 {
width: 5px;
background-color: #33ccff;
}
#col4 {
width: 5px;
background-color: #33ccff;
}

.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: #FFBF00;
}

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





