/*** Place holder limit 10 ***/

.grading div:nth-of-type(1):before{
	content: "Excellent:";
	font-weight: 700;
}

.grading div:nth-of-type(1):after{
	content: "No marks on screen or casing. Fully functional";
}

.grading div:nth-of-type(2):before{
	content: "Very Good:";
	font-weight: 700;
}

.grading div:nth-of-type(2):after{
	content: "Very good overall condition, minor signs of wear such as light scratches to screen and/or casing. Fully functional.";
}

.grading div:nth-of-type(3):before{
	content: "Good:";
	font-weight: 700;
}

.grading div:nth-of-type(3):after{
	content: "Moderate signs of wear, to screen, such as scratches/scuffs/discoloration or minor pressure marks. Possible pitting marks, scratches or marks to casing. Fully functional.";
}

.grading div:nth-of-type(4):before{
	content: "Average:";
	font-weight: 700;
}

.grading div:nth-of-type(4):after{
	content: "Heavy signs of wear. Heavily scratched screen or back case, screens will be fully intact with no chips or cracks but may have discolouration or pressure marks. Fully functional.";
}

.grading div:nth-of-type(5):before{
	content: "DAMAGED PHONES, LAPTOPS & TABLETS:";
	font-weight: 700;
}

.grading div:nth-of-type(5):after{
	content: "There will be separate listings for phones, laptops and tablets with faults or damage i.e. chips/cracks, faulty hardware.";
}
