.test .error {
  background: #ff7676;
  border: 1px solid red;
  font-size: 12px;
  list-style: none;
  padding: 10px 10px;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.test h4 {
  font-size: 17px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  background: #c1cc31;
  margin: 0;
  padding: 2px 7px;
}

.test ul.answer {
  background: green;
  list-style: none;
  padding: 0;
  margin: 0;
}

.test ul.answer li {
  display: block;
  background: green;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.test table tr td {
  font-size: 12px;
  padding-bottom: 10px;
}

.test p {
  font-size: 11px;
}

.test p.question {
  font-weight: bold;
  border-bottom: 1px dotted #c1cc31;
  padding-bottom: 10px;
}

.test .radio {
  border: 0;
}

.test input#next {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.pagination
{
  padding-bottom: 10px;
  border-top: 1px dotted #c1cc31;
  text-align: center;
}

