#test-main {
  width: 100%;
  position: relative;
}
#test-main label {
  padding: 10px 60px;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
#test-main label:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
#test-main label.right {
  background: transparent url("../img/bien.png") no-repeat 8px center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 60px;
  margin: 0 10px;
  cursor: no-drop;
}
#test-main label.wrong {
  background: transparent url("../img/mal.png") no-repeat 8px center;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10px 60px;
  margin: 0 10px;
  cursor: no-drop;
}
#test {
  overflow: hidden;
}
#test #test-scroller {
  -webkit-transition: margin-left 0.2s;
  /* Safari */
  transition: margin-left 0.2s;
}
#test #test-scroller .test-page {
  display: table-cell;
  vertical-align: middle;
}
#test #test-scroller .test-page .test-page-content .pregunta {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  color: #cbcbcb;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#test #test-scroller .test-page .test-page-content .option {
  color: white;
  margin: 10px auto;
  font-size: 20px;
}
#test #test-scroller .test-page .test-page-content .option input[type=radio] {
  visibility: hidden;
}
#test #test-scroller .test-page .test-page-content .resultado {
  color: white;
  display: none;
  text-align: center;
}
#test #test-scroller .test-page .test-page-content .resultado h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  color: #6b8287;
}
#test #test-scroller .test-page .test-page-content .resultado p {
  padding: 10px;
  font-size: 20px;
}
#test #test-scroller .test-page .test-page-content #shareHolder {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
  padding-top: 25px;
}
#test #test-scroller .test-page .test-page-content #shareHolder p {
  color: #cbcbcb;
  margin-bottom: 10px;
  font-weight: bold;
}
#test #test-scroller .test-page .test-page-content #shareHolder .socBtn {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#test #test-scroller .test-page .test-page-content #shareHolder .socBtn:hover {
  color: #6b8287;
}
#test #test-nav-holder {
  position: absolute;
  right: 0;
  bottom: 0;
}
#test #test-nav-holder .prevBtn,
#test #test-nav-holder .nextBtn {
  display: inline-block;
}
#test #test-nav-holder .prevBtn {
  left: -50px;
  display: none;
}
#test #test-nav-holder .nextBtn {
  right: -50px;
}
#test #test-nav-holder .resetBtn {
  display: none;
}
