.table_set tr{
display: block;
margin-bottom: 1.5em;
border-bottom: #cccccc solid 1px;
padding: 0 0 3px 0;
margin: 0 0 15px 0;
}
.table_set th,
.table_set td{
display: list-item;
border: none;
list-style: none;
}
.table_set th{
margin: 0 0 3px 0;
}