NTH-LAST-OF-TYPE
The nth-last-of-type pseudo-class represents the same elements that would be matched by :nth-last-child(|An+B| of S), where S is a type selector and namespace prefix matching the element in question.
SYNTAX
selector:nth-last-of-type(An+B) {
property: value;
}