 table{
  border-collapse: collapse;
  font-weight: 400;
margin: 20px auto 40px;
	text-align: left;
	width: 100%;
}

.tb_rec td{
  padding: 10px 30px;
  border: solid 1px #c7d8c7;
  text-align:left;
  box-sizing:border-box;
	background-color:#fff;
  color: #3d3d3d;  
}

.tb_rec th {
	background: #eff3f1;
	color: #3d3d3d;
	border: solid 1px #c7d8c7;
	text-align:left;
	box-sizing:border-box;
	width: 12em;
    padding:10px 30px;
    font-weight: 400;
}
.tb_rec2 td{
  padding: 10px 30px;
  border: solid 1px #ffd7ac;
  text-align:left;
  box-sizing:border-box;
	background-color:#fff;
  color: #3d3d3d;  
}

.tb_rec2 th {
	background: #ffeedc;
	color: #3d3d3d;
	border: solid 1px #ffd7ac;
	text-align:left;
	box-sizing:border-box;
	width: 12em;
    padding:10px 30px;
    font-weight: 400;
}



@media screen and (max-width: 580px) {


.tb_rec {
    width: 100%;
  }
  table.tb_rec th,
  table.tb_rec td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_rec tr:last-child{
    border-bottom: solid 1px #c7d8c7;
  }
.tb_rec2 {
    width: 100%;
  }
  table.tb_rec2 th,
  table.tb_rec2 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_rec2 tr:last-child{
    border-bottom: solid 1px #ffd7ac;
  }


}
 
