I have several nested DIVs. Im trying to write a CSS rule that will target ANY (all) div marked in bold below:
div.e41:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) > span:nth-child(1)
div.e41:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) > span:nth-child(1)
div.e41:nth-child(2) > div:nth-child(1) > div:nth-child(etc) > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) > span:nth-child(1)