
.display_table_sets_header { display:flex; justify-content: space-evenly; padding:10px 0px 10px 10px; background: #d4d4d0; font-weight:bold; }
.display_table_sets_header span { flex:1; }
.display_table_sets { display:flex; justify-content: space-evenly; padding:20px 0px 20px 0px; border:1px solid #d4d4d0; border-top:0px; border-bottom:2px solid #d4d4d0; }
.display_table_sets span:first-child { text-align: center; }
.display_table_sets span:nth-child(1), .display_table_sets_header span:nth-child(1) { flex: 0 0 35%; }
.display_table_sets span:nth-child(2), .display_table_sets_header span:nth-child(2) { flex: 0 0 35%; }
.display_table_sets span:nth-child(3), .display_table_sets_header span:nth-child(3) { flex: 0 0 20%; }
.display_table_sets span:nth-child(4), .display_table_sets_header span:nth-child(4) { flex: 0 0 10%; }
.display_table_sets span:nth-child(1) img { max-width: 100%; height: auto; max-width:200px; }

.display_table_setnum_header { display:flex; justify-content: space-evenly; padding:10px 0px 10px 10px; background: #d4d4d0; font-weight:bold; }
.display_table_setnum_header span { flex:1; }
.display_table_setnum { display:flex; justify-content: space-evenly; padding:20px 0px 20px 0px; border:1px solid #d4d4d0; border-top:0px; border-bottom:2px solid #d4d4d0; }
.display_table_setnum span:first-child { text-align: center; }
.display_table_setnum span:nth-child(1), .display_table_setnum_header span:nth-child(1) { flex: 0 0 25%; }
.display_table_setnum span:nth-child(2), .display_table_setnum_header span:nth-child(2) { flex: 0 0 5%; }
.display_table_setnum span:nth-child(3), .display_table_setnum_header span:nth-child(3) { flex: 0 0 30%; }
.display_table_setnum span:nth-child(4), .display_table_setnum_header span:nth-child(4) { flex: 0 0 20%; }
.display_table_setnum span:nth-child(5), .display_table_setnum_header span:nth-child(5) { flex: 0 0 20%; }
.display_table_setnum span:nth-child(1) img { max-width: 100%; height: auto; max-width:200px; }

.display_table_search_header  { display:flex; justify-content: space-evenly; padding:10px; background: #d4d4d0; font-weight:bold; margin-top:5px; }
.display_table_search { display:flex; justify-content: space-evenly; padding:20px; border:1px solid #d4d4d0; border-top:0px; border-bottom:2px solid #d4d4d0; }
.display_table_search span img { width:100%; max-height:250px; max-width:150px; }

.display_table_search span:first-child, .display_table_search_header span:first-child { width:5%; }
.display_table_search span:nth-child(2), .display_table_search_header span:nth-child(2) { width:20%; }
.display_table_search span:nth-child(3), .display_table_search_header span:nth-child(3) { width:20%; align-self:center; text-align:center; }
.display_table_search span:nth-child(4), .display_table_search_header span:nth-child(4) { width:40%; }
.display_table_search span:nth-child(5), .display_table_search_header span:nth-child(5) { width:10%; }
