/* definitions.css - Soapbox Derby Guides */

.Competitor::before {
	font-weight: bold;	
	content: "Competitor:";
}
.Competitor::after {
	content: "An individual participating in the soapbox derby, also called the racer, or driver. Basically, anyone going down the hill in a soapbox car.";
}
.PitCrew::before {
	font-weight: bold;	
	content: "Pit Crew:";
}
.PitCrew::after {
	content: "One or more individuals designated to assist a competitor with compliance, safety, and event logistics. Crew must contain at least one responsible adult.";
}
.CrewChief::before {
	font-weight: bold;	
	content: "Crew Chief:";
}
.CrewChief::after {
	content: "A responsible adult team member who is accountable for the racer and pit crew. They must accompany the driver & Pit Crew around the course.";
}
.Marshals::before {
	font-weight: bold;		
	content: "Race Marshals:";
}
.Marshals::after {	
	content: "Appointed by the Soapbox Derby Race Committee to help ensure the event is safe, fair, and enjoyable for all participants. They are authorized by the Race Committee to officiate and enforce race rules.";
}
.Competitive::before {
	font-weight: bold;		
	content: "Competitive Class:";
}
.Competitive::after {
	content: "This is the racing class for those who built their own cars. These races have an official heat winner, points are recorded, and participants are eligible for awards.";
}
.Open::before {
	font-weight: bold;	
	content: "Open Class:";
}
.Open::after {
	content: "This class is for participants who did not build their own car but would still like to race. Racers must find someone willing to lend them a car for a race. They choose their opponents and line up together at the starting area queue. Race Heat winners will be announced, but results are not recorded and participants are not eligible for awards. Waviers and saftey gear will be needed, as per the Safety Equipment section of the rules.";
}
.Def::after {
	content: "See Racer's Guide for Definitions.";
}

.test-case {
	content: "";
}



/*
.Testing::after {
	content: attr(id);
}
.Testing::before {
	content: url("https://hoytlink.com/derby/images/soapbox_icon.png") / "This is the alt text";
}
*/

