table.list {
border:1px solid #970F01;
width:100%;
}

table.list thead {
background-color: #970F01;
color:#C7897C;
}

table.list td,th {
padding-left:5px;
padding-right:5px;
}

table.sub_list {
border-collapse:collapse;
border:1px solid #970F01;
width:100%;
margin-bottom:10px;
margin-top:10px;
}

table.sub_list thead {
background-color: #C7897C;
color: #970F01;
}

table.sub_list th {
}

table.sub_list td {
}

table.sub_list th {
border:1px solid #970F01;
}

table.table_edit th {
text-align:left;
}