1#plugin__styling {
2    button.primary {
3        font-weight: bold;
4    }
5
6    [dir=rtl] & table input {
7        text-align: right;
8    }
9}
10
11#plugin__styling_loader {
12    display: none;
13}
14