.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;
}

.required1 > label::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.max-height-150px {
  max-height: 150px;
}

.my-cancel-file {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  color: #000;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: yellowgreen;
}