@media (max-width: 768px) {
  body .background.quiz .quiz-content {
    padding: 20px;
  }
  body .background.quiz .quiz-content-list.agent .item.accepted {
    background-color: #DFF2EB;
    color: #3D9A79;
  }
  body .background.quiz .quiz-content-list.agent .item.accepted .submitted {
    background-color: #3D9A79;
  }
  body .background.quiz .quiz-content-list.agent .item.accepted .submitted svg path, body .background.quiz .quiz-content-list.agent .item.accepted .submitted svg rect {
    stroke: white;
  }
  body .background.quiz .quiz-content-list.agent .item .submitted {
    margin-left: 14px;
  }
  body .background.quiz .quiz-content.panel {
    padding: 0 20px;
  }
  body .background.quiz .quiz-content.panel .panel-heading {
    padding: 20px 0;
  }
}
@media (max-width: 425px) {
  body .background.quiz .page-header .title {
    font-size: 28px;
  }
}

/*# sourceMappingURL=mediaqueries.css.map */
