/*


 */

.header {
    background-color: #e3e3e3;
    margin-top: 10px;
    margin-bottom: 20px;
}

td.reverse {
    background-color: #FBC3B0;
    border: 1px solid #000 !important;
}

td.result {
    background-color: #b0fbd0;
    font-weight: bold;
    border-bottom: 3px double;
}
.option-cell {
  text-align: center;
  vertical-align: middle;
}

.option-label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  cursor: pointer;
}

.option-label input[type="radio"] {
  cursor: pointer;
}

.option-label:has(input:checked) {
  background-color: #eef6ff;
  border-radius: 4px;
}

.question-option-header {
  text-align: center;        /* horizontal centering */
  vertical-align: middle;    /* vertical centering */
}
