div.tqQuestion {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  color: black;
  background: white;
  -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75); }
  div.tqQuestion span.tqHeader {
    font-size: 1.5em; }
  div.tqQuestion img.tqFeedback {
    float: right; }
  div.tqQuestion input[type="radio"] {
    display: inline-block; }
  div.tqQuestion label {
    display: inline-block;
    margin-left: 4px; }
  div.tqQuestion .tqSubmit {
    margin-top: 10px; }
  div.tqQuestion form {
    margin-bottom: 20px; }

div.tqScoreBox {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  color: black;
  background: white;
  -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75); }
  div.tqScoreBox span.tqHeader {
    font-size: 2em; }
  div.tqScoreBox img.tqGradeAll {
    position: absolute;
    right: 10px;
    top: 5px; }
  div.tqScoreBox input[type="button"] {
    margin-top: 25px;
    margin-bottom: 25px; }
  div.tqScoreBox span.tqScoreBoxResults {
    display: block;
    min-height: 40px;
    width: 97%;
    background: rgba(235, 235, 235, 0.8);
    border-radius: 4px;
    padding: 10px; }

div.tqFeedbackBar {
  width: 100%;
  display: block;
  bottom: 10px;
  height: 10px;
  background-color: grey;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  position: relative; }
  div.tqFeedbackBar .tqColorBar {
    width: 100%;
    position: absolute;
    height: 10px;
    right: 100%; }

/*# sourceMappingURL=material_white.css.map */
