/*	eKLIPS Event Style Sheet - Mobile	*/

@media screen
{
	#linktohtml4			{ ; }
	#linktohtml5			{ ; }
	
	#eventname				{ font-family: "Arial"; font-size: 24pt; color: black; text-align: center; }
	#eventlocation			{ font-family: "Arial"; font-size: 18pt; color: black; text-align: center; }

	col.number				{ text-align: right; }
	col.name				{ text-align: left;}
	col.result				{ text-align: right; }
	col.score				{ text-align: right; }
	col.totalpoints			{ text-align: right; }

	.taskresultnopenalty	{ color: black; }
	.taskresultpenalty		{ color: red; }
	.taskresultnotes		{ color: orange; }
}

@media print
{
	#linktootherformats { display: none; }
	#w3validation { display: none; }

	#eventname				{ font-family: "Arial"; font-size: 24pt; color: black; text-align: center; }
	#eventlocation			{ font-family: "Arial"; font-size: 18pt; color: black; text-align: center; }

	col.number				{ text-align: right; }
	col.name				{ text-align: left;}
	col.result				{ text-align: right; }
	col.score				{ text-align: right; }
	col.totalpoints			{ text-align: right; }

	.taskresultnopenalty	{ color: black; }
	.taskresultpenalty		{ color: black; }
	.taskresultnotes		{ color: black; }
}
