  .rwd-table {
      border: 1px solid #c5c5c5;
      border-collapse: collapse;
    }
  .rwd-table th, td {
    border: 1px solid #c5c5c5;
    padding: 2px 4px;
    /* text-align: center; */
  }
  .rwd-table td p{
    display: none;
  }
  
     
  @media screen and (max-width: 451px) {
     
    .rwd-table tr {
      border: 1px solid #c5c5c5;
    }
     
    .rwd-table th {
        display: none;
    }
     
    .rwd-table td {
        display: block;
        border: none;
    }
    
    .rwd-table td p{
      display: inline;
    }
     
    .rwd-table td:before {
        content: attr(data-th) " ";
        float: left;
        font-weight: bold;
    }
  }

  .show.money{
    font-weight: bold;
  }

  .plus_num{
    color: rgb(27, 233, 44);
  }

  .sub_num{
    color: red;
  }
  