.table_list {border-collapse:collapse}
.table_list th, .table_list td {border:1px solid black; padding:5px; text-align:left;}
.table_list th {border:none}
.table_list thead {background-color:#333; color:#fdfdfd}
.table_list tbody tr:nth-child(odd) {background-color:#efefef;}
.table_list tbody tr:nth-child(even) {background-color:beige;}
