input:focus {
  outline: none; }

.drag,
.empty {
  outline: solid 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 27px;
  margin: 0; }
  .drag p,
  .empty p {
    text-align: center; }

.empty-drops {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  margin: 50px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.empty-dropsQ2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.Q3-answers,
.Q4-answers {
  width: 45%;
  height: 200px;
  margin-top: 30px; }
  .Q3-answers input[type=radio],
  .Q4-answers input[type=radio] {
    background: url(../../Media/unchecked.png);
    background-size: contain;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    margin-top: 13px;
    border-radius: 100%; }
  .Q3-answers input[type=radio]:checked,
  .Q4-answers input[type=radio]:checked {
    background: url(../../Media/checked.png);
    background-size: contain; }
  .Q3-answers label,
  .Q4-answers label {
    clear: both;
    width: 60%;
    vertical-align: 15px;
    margin: 0 10px !important; }

.Q4-answers {
  width: 70%; }
  .Q4-answers label {
    width: 90%; }

.q5-chosen, .q6-chosen, .q8-chosen {
  width: 80%;
  margin: 20px 0; }
  .q5-chosen span, .q6-chosen span, .q8-chosen span {
    margin: 0 1px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px; }

table {
  width: 69%;
  margin: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-collapse: collapse;
  border-color: #E6D1DD; }
  table td {
    padding: 10px; }
  table td:nth-child(even) {
    width: 25%;
    height: 50px; }

.Q7drag,
.Q9drag {
  width: 158px;
  padding: 22px 10px;
  text-align: center; }

.drag-answers {
  width: 80%;
  margin: 30px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.subclause {
  padding: 11px 10px 33px 10px; }

.Q10-tables {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  margin: 0 auto; }
  .Q10-tables table:nth-child(1) {
    width: 80%; }
  .Q10-tables table {
    width: 20%; }

.Q10-answer td:nth-child(2), .Q10-answer .Q10-answers {
  width: 93px;
  height: 25px; }

#rotate-phone {
  display: none; }

@media screen and (max-width: 1366px) {
  table td:nth-child(even) {
    width: 158px;
    height: 54px; } }

@media screen and (max-width: 1024px) {
  table {
    width: 86%; }
  .Q4-answers, .Q3-answers {
    width: 100% !important;
    margin: 0; }
    .Q4-answers label, .Q3-answers label {
      margin: 0 !important;
      width: 88%; }
    .Q4-answers input[type=radio], .Q3-answers input[type=radio] {
      margin-top: 10px; }
  .Q4-answers label {
    float: right; }
  .q5-chosen,
  .q6-chosen,
  .q8-chosen {
    width: 76% !important; } }

@media screen and (max-width: 667px) {
  .content .question p:nth-of-type(1) {
    margin-bottom: 20px; }
  table {
    width: 100%; }
    table td:nth-child(even) {
      width: 35%; }
  .Q2-answer1 p,
  .Q2-answer2 p,
  .Q2-answer3 p {
    margin-bottom: 20px !important; }
  .Q3-answers {
    margin-top: 0px; }
  .Q9empty {
    width: 35% !important; }
  .Q10-tables {
    margin: 0 !important; }
    .Q10-tables table:nth-child(1) {
      width: 109%; } }

@media screen and (max-width: 375px) {
  #rotate-phone {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150; }
    #rotate-phone img {
      width: 50%;
      display: block;
      margin: 200px auto 0  auto; }
    #rotate-phone h5 {
      text-align: center;
      padding: 20px; }
  .content {
    overflow: hidden; }
  body {
    overflow: hidden; } }
