/* ここに記述したCSSはすべての外装に反映されます */
table.alternating th{
text-align:left;
background:turquoise;
}
padding-right:0.5em;
background:linear-gradient(0deg,gainsboro,white);
}
table.rowsalternated td:nth-of-type(odd) {
background:ivory;
}
table.rowsalternated td:nth-of-type(even) {
background:aliceblue;
}