1div.properties {
2	color: red;
3}
4div.empty {
5	margin: ;
6}
7div.important {
8	color: red !important;
9	width: 100% !important;
10	height: 20px !important;
11}
12div.annoying_font_property {
13	font: 12px/16px Arial;
14	font: 100%/16px Arial;
15	font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
16}
17div.shorthands {
18	border: 1px solid #000000;
19	margin: 1px 0;
20	padding: 0 auto;
21	padding: 1px 0 2px 0;
22	margin: 0;
23	padding: -1px -0 -2px -0;
24}
25table {
26	counter-reset: group;
27}
28tbody {
29	counter-increment: group;
30	counter-reset: row;
31}
32tbody tr {
33	counter-increment: row;
34}
35tbody td:first-child:before {
36	content: counter(group,upper-latin)"."counter(row);
37}
38.escape\|random\|char {
39	color: red;
40}
41.mixin\!tUp {
42	font-weight: bold;
43}
44.trailingTest\+ {
45	color: red;
46}
47.sr-only {
48	clip: rect(0 0 0 0);
49}
50.font-madness {
51	font: 0/0 a;
52}
53