line { display: block; }
[type~=odd] { background: lime ! important; }
line:nth-of-type(odd) { background: red; }
[hidden] { display: none; }
line { display: block; }
[type~=odd] { background: lime ! important; }
line:nth-of-type(odd) { background: red; }
[hidden] { display: none; }