.participants { width:1000px; font-family:arial; font-size:8pt; margin-left:auto; margin-right:auto; }
.participants td:first-child { width: 20%; } /* operator */
.participants td:first-child + td { width: 4%; } /* priority */
.participants td:first-child + td + td  { width: 7%; } /* date */
.participants td:first-child + td + td + td { width: 14%; } /* distributor */
.participants td:first-child + td + td + td + td { width: 5%; } /* sku */
.participants td:first-child + td + td + td + td + td { width: 32%; } /* sku desc */
.participants td:first-child + td + td + td + td + td + td { width:11%; } /* result */
.participants td:first-child + td + td + td + td + td + td + td { width:7%; } /* volume */


.participants tr.pending td:first-child + td + td + td + td { width: 65%; } /* message */

.participants thead td { vertical-align:bottom; }
.participants thead td:first-child { width: 20%;  } /* operator */
.participants thead td:first-child + td { width: 4%; } /* priority */
.participants thead td:first-child + td + td  { width: 7%; } /* date */
.participants thead td:first-child + td + td + td { width: 14%; } /* distributor */
.participants thead td:first-child + td + td + td + td { width: 37%;  } /* sku & sku desc */
.participants thead td:first-child + td + td + td + td + td { width:11%; } /* result */
.participants thead td:first-child + td + td + td + td + td + td { width:7%; } /* volume */

.participants tr.territory td:first-child { width:100%; font-weight:bold; font-size:1.1em; }
.participants tr.total td:first-child { width:93%; text-align:right; font-weight:bold; font-size:1.1em;}
.participants tr.total td:first-child + td { width:7%; font-weight:bold; }

.participants tr.NS td:first-child + td + td + td + td { color:red;  } /* sku */
.participants tr.NS td:first-child + td + td + td + td + td { color:red;  } /* sku desc */
.participants tr.NS td:first-child + td + td + td + td + td + td { color:red; } /* result */
.participants tr.NS td:first-child + td + td + td + td + td + td + td { color:red; } /* volume */

.participants tr.NA td:first-child + td + td + td + td { color:silver;  } /* sku */
.participants tr.NA td:first-child + td + td + td + td + td { color:silver;  } /* sku desc */
.participants tr.NA td:first-child + td + td + td + td + td + td { color:silver; } /* result */
.participants tr.NA td:first-child + td + td + td + td + td + td + td { color:silver; } /* volume */


td.n { text-align:right; padding-right:3px;}

.participants tbody tr td { vertical-align:top; }


.participants thead tr td { font-weight:bold; border-bottom:1px solid black; }

.participants tr.first td { border-top:1px solid silver; }
.participants tr.territory.total td { border-top:1px solid silver; }

.participants tr.final-comments td:first-child + td + td + td { text-align:right; padding-right:8px; font-weight:bold; font-style:italic; }
.participants tr.final-comments td:first-child + td + td + td + td { font-style:italic; color:black; padding-right:2em; }



.participants tr.break td { background-color:silver; vertical-align:center; padding-top:5px; padding-bottom:5px; }