@media screen and (min-width: 721px) {
    .mobShow {
      display: none;
    }
  }
  
  @media screen and (max-width: 720px) {
    body {
      /* font-size: 18px; */
    }
    .mobHide {
      display: none;
    }
  
    .mainWrap {
      min-width: 100%;
      max-width: 100%;
    }
  
    /* HEADER */
    .siteHeader {
      background-size: cover;
      height: 180px;
    }
    .siteHeader h1 {
      left: 0;
      right: 0;
      margin: auto;
      width: 98%;
      background-size: contain;
    }
    .siteHeader__navList {
      /* font-size: 18px; */
    }
    .siteHeader address {
      display: none;
    }
    /* HEADER END */
  
    /* BODY */
    .eventTitle {
      padding-right: 0;
    }
    .eventTitle h1 {
      /* font-size: 20px; */
    }
    .regForm__title {
      width: 35%;
    }
    .regForm__input {
      width: 65%;
    }
    #card_info {
      font-size: 13px;
    }
    .myInfo p {
      margin: 5px;
    }
    .lk_uinfo_tbl {
      margin-top: 5px;
    }
    .userCard {
      margin: 10px;
    }
    /* BODY END */
  
    /* SIDE */
    .mainAside {
      display: none;
    }
    /* SIDE END */
  
    /* FOOTER */
    .footerNav {
      width: 99%;
      background: none;
      box-shadow: none;
      margin-left: 0;
    }
    .footerNav__list {
      height: auto;
      line-height: 20px;
    }
    .footerNav__list li {
      /* font-size: 20px; */
    }
    .footerNav__list li a {
      color: #000;
      font-size: 13px;
    }
    .copyNmadeBy {
      text-align: center;
      margin-left: 0;
    }
    /* FOOTER END */
  
    .tbl_log tr:nth-child(1) {
      background: #CCCCCC;
      color: #848484;
      text-transform: uppercase;
    }
    .tbl_log tr:nth-child(1) td {
      padding: 1px 2px;
    }
    .tbl_log .orangeBtn {
      color: red;
      font-weight: bold;
      border-radius: 0;
      font-size: 14px;
      padding: 2px 15px;
      display: inline-block;
    }
    .orangeBtn.payBtn {
      border-radius: 4px;
      font-size: 14px;
      padding: 3px 50px;
    }
    .tbl_results {
      font-size: 11px;
    }
    .userBalances__mob {
      display: flex;
      justify-content: space-around;
      margin-bottom: 8px;
    }
    .userBalances__card b {
      color: red;
    }
    .answers_preview h1 {
      font-size: 17px;
    }
    .answers_field {
      background: transparent;
      display: inline-flex;
      align-items: center;
      width: auto;
      border: none;
      margin-bottom: 15px;
    }
    .answers_box.control_questions .answers_field {
      width: 22%;
      justify-content: center;
    }
    .answers_field input,
    .answers_field select {
      margin-left: 5px;
      background: rgb(221, 221, 221);
      border: 1px solid #000;
      padding: 8px;
      font-size: 16px;
    }
    .eventTitle {
      background: none;
      box-shadow: none;
    }
    .eventTitle h1 {
      color: #000;
      padding-bottom: 5px;
    }
    .tbl_log_head b {
      font-weight: normal;
    }
  }
  
  
  @media screen and (max-width: 450px) {
    .siteHeader__navList {
      font-size: 14px;
    }
    .eventTitle h1 {
      font-size: 16px;
    }
  }