.team-ordering-designer-row {
display: none;
}
.team-ordering-normal-row {
display: table-row;
}
* html .team-ordering-normal-row {
display: block;
}
*:first-child+html .team-ordering-normal-row {
display: block;
}


