/* line 11, ../../sass/components/tableselect.component.scss */
tr.selected td {
  background: #ffc;
}

/* line 14, ../../sass/components/tableselect.component.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* line 18, ../../sass/components/tableselect.component.scss */
[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* This is required to win over specificity of [dir="rtl"] td */
  text-align: center;
}
