/*********************************************/
/* tables                                    */
/*********************************************/
#myTable { color: black; font-size: 11px; border-collapse: collapse; empty-cells: show; margin: 30px 0; padding: 0; border-style: solid; border-width: 1px; }
/* header */
#myTable > thead > tr:first-child > th {
  text-align: left;
  color: #ff80a8;
  }
#myTable > thead > tr + tr > th { font-style: italic; color: white; background-color: white; text-align: left; }
/* body */
#myTable td 
	{ background-color: #ff80a8; padding: 10px 10px 5px; text-align: left; vertical-align: top; order-top-style: solid; }
#myTable th 
	{ color: #ff80a8; font-weight: bold; padding: 10px 10px 5px; text-align: left; vertical-align: top; }
