<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 768px) {
  #profile-left {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 45px;
  }
  #profile-right {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
  }
  #profile-left .profileimg img {
    display: block;
    margin: auto;
  }

  #profile-left .profiledetail {
    text-align: center;
  }
  #profile-right .approvaltable {
    width: 100%;
  }
  #header-main {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #editmembut {
    margin: 0;
  }
  #mem_filter {
    margin: 20px auto !important;
    display: flex !important;
    width: fit-content !important;
    float: none !important;
  }
  .dataTables_wrapper select {
    padding: 0;
    margin: 0;
  }
  .dataTables_length {
    margin-left: 0;
    position: absolute;
    text-align: left;
    top: -42px;
    color: #666666;
    font-size: 13px !important;
  }

  .dataTables_length label {
    display: flex;
    align-items: center;
    margin: 0;
    grid-gap: 9px;
  }

  #memberstable_filter input[type="search"] {
    width: 130px;
  }

  .sortable {
    width: 100% !important;
  }

  .dataTables_wrapper {
    width: 100% !important;
  }
  .sortable thead,
  .sortable tbody {
    width: 100% !important;
  }

  .sortable thead tr,
  .sortable tbody tr {
    width: 100% !important;
  }
  .sortable thead tr th, .approvaltable tr.heading {
    width: auto !important;
  }
  .sortable thead tr th,
  .sortable tbody tr td, .approvaltable td {
    font-size: 14px;
  }

  .sortable tbody tr td, .approvaltable td {
    font-size: 12px;
  }
  .sortable tbody tr td:last-child {
    white-space: break-spaces;
    word-break: break-all;
  }

  table.approvaltable {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .dataTables_length {
    margin-left: 0 !important;
    position: absolute !important;
    text-align: left !important;
    top: -79px !important;
    color: #666666 !important;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    width: fit-content !important;
  }
.sortable tbody tr td, .approvaltable td{width: 22%;
    word-break: break-all;}
  #memberstable_filter {
    right: auto !important;
    width: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    width: fit-content !important;
  }
  .dataTables_wrapper {
    width: 100% !important;
    margin: 60px 0 0 0 !important;
  }

  .paging_full_numbers a.paginate_button,
  .paging_full_numbers a.paginate_active,
  .dataTables_info {
    font-size: 13px !important;
  }
  #search-fields {
    width: 100%;
    display: inline-block;
  }
  #search-fields * {
    box-sizing: border-box !important;
  }
  #find-submit {
    width: 100%;
    margin: 0 !important;
  }

  .find-text-box {
    width: 100% !important;
    margin: 0 0 13px 0 !important;
    max-width: 100% !important;
  }

  #profile-right form table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #profile-right form {
    width: 100%;
  }
  #profile-right form table tbody tr td {
    width: 100% !important;
    font-size: 14px;
  }
  #profile-right form table tbody tr {
    grid-gap: 15px 15px;
    margin: 0 0 20px;
  }

  #profile-titles h2 {
    text-align: left;
    max-width: 100%;
  }
  #profile-titles {
    float: left;
    width: 100%;
  }

  #profile-content {
    float: right;
    width: 100%;
  }
}
</pre></body></html>