.quiz-view .progression-review,
.quiz-view #prometric-progression {
  width: 100%;
}

#resource-center .pfg-form {
  font-size: 12px;
  line-height: 20px;
}
#resource-center .pfg-form .field {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
#resource-center .pfg-form .field input[type="radio"] {
  margin-left: 5px;
  font-weight: initial;
}
#resource-center .pfg-form .field.pfgHidden {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#resource-center .pfg-form .field input[type="radio"] + label {
  margin-left: 10px;
  font-weight: initial;
  margin-top: 3px;
}
#resource-center .pfg-form .label {
  font-weight: initial;
  color: #333;
  display: block;
  text-align: left;
  padding-left: 0;
  font-size: 12px;
}
#resource-center .pfg-form .label.formQuestion {
  font-weight: bold;
  font-size: 16px;
}
#resource-center .pfg-form table th {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 3px !important;
  vertical-align: bottom;
}
#resource-center .pfg-form table td,
#resource-center .pfg-form table th {
  padding: 0 0.5em;
  border-left: 1px solid #eee;
}
#resource-center .pfg-form table td:first-child,
#resource-center .pfg-form table th:first-child {
  border-left: 0;
  padding-left: 0;
  width: 60%;
}
#resource-center .pfg-form input[type="submit"] {
  background-color: #208aaf;
  border-color: #5b5b5b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
}

#prometric-container #question-region .strike-through * {
    text-decoration: line-through;
}
