@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
tr.selected td
{
    background: #ffc;
}

td.checkbox,
th.checkbox
{
    text-align: center;
}

[dir='rtl'] td.checkbox,
[dir='rtl'] th.checkbox
{
    /* This is required to win over specificity of [dir="rtl"] td */
    text-align: center;
}
