/******** coror ********/
/********* parts *******/
/********************************************/
.att_list table tr:nth-child(odd) td {
  background: #fff;
}
.att_list table tr:nth-child(even) td {
  background: #fffde6;
}
