.table.normal > :first-child > tr:first-child,
.table.normal > :first-child > tr:first-child > *,
.table.normal > * > tr.heading,
.table.normal > * > tr.heading > *{
background-color:#888 !important;
border-color:#6D6D6D !important
}
.table.normal > * > tr > th{
background-color:#CCC;
border-color:#AAA
}
.table.normal > tbody > tr:nth-child(odd){
background-color:#EEE
}
.table.location > :first-child > tr:first-child,
.table.location > :first-child > tr:first-child > *,
.table.location > * > tr.heading,
.table.location > * > tr.heading > *{
background-color:#96C !important;
border-color:#7A52A3 !important
}
.table.location > * > tr > th{
background-color:#CCB3E6;
border-color:#A38FB8
}
.table.location > tbody > tr:nth-child(odd){
background-color:#F0E8F8
}