Nth-of-type not working

The nth-of-type or nth-child css functionality does not work under anvil.

.ptl:nth-of-type(even) {
border-left: 3px solid;
padding-right: 0;
}

I have an html page with 3 paragraphs whose class is called ptl for each of these paragraphs.