.scoretabs {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  width: 100%;
}

.scoretabs li {
  float: left;
  margin: 0 5px 0 0;
  width: 10%;
  height: 40px;
  position: relative;
}

.scoretabs label,
.scoretabs input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scoretabs input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.scoretabs input[type="radio"]:checked+label,
.Checked+label {
  background: gold;
}

.scoretabs label {
  padding: 5px;
  border: 1px solid;
  cursor: pointer;
  z-index: 90;
}

.scoretabs label:hover {
  background: #DDD;
}
