#tests .checkboxesCont {
  width: 426px;
}
#tests .checkboxesCont .item {
  height: 30px;
  line-height: 30px;
  color: #8e73ac;
  background: url("/lapas/img/checkbox_sample.png") no-repeat 0 -60px;
  display: inline-block;
  padding-left: 42px;
  margin-bottom: 19px;
  text-decoration: none;
}
#tests .checkboxesCont .item.checked {
  background-position: 0 0;
}
#tests .checkboxesCont .item:hover {
  color: #000;
  background-position: 0 -90px;
}
#tests .checkboxesCont .item:hover.checked {
  background-position: 0 -30px;
}

#quizContainer select {
  display: none;
}

.recLogo {
  background: url("logo.jpg") no-repeat;
  width: 280px;
  height: 400px;
  margin: 10px auto;
}

#tests h1 {
  text-align: center;
  border: 0;
  font-size: 16px;
}

#startRectText {
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 auto;
}