@media screen and (max-width: 1400px) {
  .double {
    flex-direction: column;
  }
  .double form {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .botOptions {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .botOptions .content {
    margin-top: 20px;
  }
  .botOptions .content:first-child {
    margin-top: 0;
  }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 25px;
  }

  .options:last-child {
    margin: 0;
  }

  .btn {
    padding: 0;
    width: 45px;
    margin-left: 20px;
    position: relative;
  }
  .btn span {
    display: none;
  }
  .btn svg {
    fill: white;
    display: block;
    height: 16px;
    width: 23px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #nav {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
    flex-direction: row;
    height: 70px;
  }
  #nav #logo {
    margin: 20px 0 0 0;
  }
  #nav #menu {
    display: flex;
    flex-direction: row;
  }
  #nav #menu a {
    line-height: 76px;
  }
  #nav .sub {
    display: flex;
    padding: 20px 0;
  }
  #nav .sub #quit {
    width: 20px;
    padding-top: 4px;
  }

  #navHover {
    display: none;
  }

  form {
    width: 100%;
    font-size: 15px;
  }
  form div {
    width: 100% !important;
  }

  #content {
    width: 100%;
    padding: 0 40px 40px 40px;
    margin-top: 70px;
  }
  #content .top {
    top: 0px;
  }
  #content .top .options div:last-child {
    margin: 0;
  }

  table thead.noOptions th {
    top: 0px !important;
  }
  table thead th {
    top: 0px !important;
  }

  form .btn {
    max-width: 45px;
  }

  .disableMenu #nav {
    margin-top: -70px;
    opacity: 0;
  }
  .disableMenu #content {
    padding-top: 0;
    margin: 0;
  }

  .question .line.option .btn {
    width: 45px;
  }
}
@media screen and (max-width: 800px) {
  .question {
    flex-direction: column;
  }
  .question .left, .question .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .question .right {
    margin-top: 20px;
  }

  .disableMenu #nav {
    margin-top: -70px;
    opacity: 0;
  }
  .disableMenu #content {
    padding-top: 0;
    margin: 0;
  }

  .line {
    margin: 0 !important;
  }
  .line div {
    margin-bottom: 20px;
  }
  .line .ui {
    margin-bottom: 0;
  }

  .superLine .line {
    flex-direction: row;
  }
  .superLine .line div {
    width: 50% !important;
  }
  .superLine .line:first-child {
    margin-right: 20px;
  }

  form .btn {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  form .btn span {
    display: block !important;
  }
  form .line {
    flex-direction: column;
  }

  #nav #menu li {
    width: 50px;
  }
}

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