.login *[readonly] {
  color: #888;
  font-weight: bold;
  background: repeating-linear-gradient(
    45deg,
    rgba(211, 211, 211, 0.8),
    rgba(211, 211, 211, 0.2) 10px,
    rgba(245, 245, 245, 0.8) 10px,
    rgba(245, 245, 245, 0.2) 20px
  );
}

.poweredby{
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  #logoff {
    /*right: 2% !important;*/
    margin: 0 !important;
  }
  #logoff_text {
    left: auto !important;
    right: calc(2% + 30px) !important;
    top: 12px !important;
    margin: 0 !important;
  }
  .logo_div_exam {
    left: 2% !important;
    margin: 0 !important;
  }

  #clockbox {
    right: 2% !important;
    top: 45px !important;
    margin: 0 !important;
  }

  #exammap {
    left: 220px !important;
    margin: 0 !important;
    width: calc(100% - 370px) !important;
    height: auto !important;
  }
  #exammap img {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 900px) {
  #exam-content {
    left: auto !important;
    width: 90% !important;
    margin: 0 5% !important;
  }
  #examlist table {
    width: 100% !important;
  }
  #exam-front-statement {
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  #exam-front-statement > div {
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  #exam-front-statement > div {
    width: 90% !important;
  }

  .examtxt1 {
    position: relative !important;
  }

  .examtxt1 .questionset {
    width: 100% !important;
  }

  .examtxt1 .baknum1 {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99 !important;
  }
}

@media only screen and (max-width: 700px) {
  #exammap {
    display: none !important;
  }
  #audio_indicator {
    display: none !important;
  }
  #clockbox {
    width: 100px !important;
  }
}