#quiz {
  width: 450px;
  border: 10px solid #f5f5f5;
  padding: 5px;
}
#quiz div#result {
  display: none;
}
#quiz div#result div {
  margin: 0 0 15px 0;
}
#quiz div#result table {
  margin: 10px 0 0 0;
  width: 100%;
}
#quiz div#result input {
  width: 240px;
}
#quiz div#result strong {
  color: #D40214;
  font-weight: bold;
}
#quiz h2 {
  font-size: 18px;
  padding: 0 0 15px 0;
}
#quiz h3 {
  font-size: 14px;
}
#quiz ul {
  margin: 10px 0 15px 0;
}
#quiz ul li {
  list-style-type: none;
  margin: 10px 0 10px 15px;
}
#quiz div#buttons {
  text-align: center;
}
#quiz div#buttons span {
  width: 70%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
#quiz div#buttons button {
  width: 15%;
  font-weight: bold;
  font-size: 12px;
  /*
  color: #000;
  background-color: #fff;
  border: 0;
  text-decoration: underline;
  */
  cursor: pointer;
}
#quiz div#buttons button#prev {
  float: left;
}
#quiz div#buttons button#next {
  float: right;
}
