#listTable{

}

#col_description{
width: 450px; 
color: white;
}

#col_code{
width: 140px; 
text-align: left; 
color: white; 
}

#col_price{
width: 95px; 
text-align: right; 
color: white; 
}

#col_num{
  width: 55px; 
  text-align: center; 
  color: white; 
}

#col_total{
  width: 95px; 
  text-align: right; 
  color: white;
}

#col_extra{
  width: 20px; 
  background: none;
}

th{
font-weight: normal;
padding: 5px;
}

th.print_color{
  background-color: #888;
}

th.screen_color{
  background-color: #005b76;
}

th.screen_color_deco{
  background-color: #ce0d4c;
}

th.screen_color_system{
  background-color: #56337f;
}

th.screen_color_sunblock{
  background-color: #e19412;
}

th.screen_color_glas{
  background-color: #659133;
}


th.screen_color_assembly{
  background-color: #888;
}

th.screen_color_extra{
  background-color: #888;
}

.totalrow td{
background: #eee;
padding: 4px;
}

