How do I select (for instance) the 2nd h3 element of my body without affecting the elements between them?
nth-of-type doesn't work because it will select the first parent!
Here's my jsfiddle (sorry because it's foreign and the code is not shortened)
<http://jsfiddle.net/tg7of5sp/>