.column_colors th[data-id='duration_sim'] { 
  background-color: yellow !important;
}
.column_colors th[data-id='percent_sim'] { 
  background-color: yellow !important;
}
.column_colors th[data-id='orders_num_sim'] { 
  background-color: yellow !important;
}

.column_colors th[data-id='duration_prod'] { 
  background-color: lightgreen !important;
}
.column_colors th[data-id='percent_prod'] { 
  background-color: lightgreen !important;
}
.column_colors th[data-id='orders_num_prod'] { 
  background-color: lightgreen !important;
}


