
.res_table_tr_toggle_icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .res_table td.res_fold {
    display: hide;
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
  }

  .res_table thead {
    display: none;
  }

  .res_table tbody {
    display: block;
  }

  .res_table tr {
    margin-bottom: 10px;
    display: block;
    /* border-bottom: 1px solid #ddd; */
  }

  .res_table td {
    display: block;
    text-align: left;
    font-size: 13px;
  }

  .res_table td:last-child {
    border-bottom: 0;
    margin-bottom: 20%;
  }

  .res_table td:before {
    content: attr(data-label);
    float: left;
    margin-right: 5%;
    text-transform: uppercase;
    font-weight: bold;
  }
}