#navigation a.cv
{
	background-color:	#ABD;
	border-bottom-color:	#ABD;
	
}


/* ===== Education ======= */

th.course
{
	width: 15%;
}

th.name
{
	width: 65%;
}

th.mark
{
	width: 10%;
}

th.grade
{
	width: 10%;
}


/* --- */

span.award, span.school, span.institution, span.achievements, span.date, span.result, span.advisor
{
	display:block;
}

span.topic, span.award
{
	font-style: italic;
	padding-bottom: 0.0em;
}

span.topic, span.award, span.institution, span.school, span.result, span.date
{
	padding-bottom: 0.0em;

}


span.school, span.institution, span.advisor
{
	padding-left: 0em;
}


span.result:before, span.award:before, span.topic:before, span.achievements:before
{
	font-style:	normal;
	font-weight:	bold;
}

span.advisor:before
{
	font-style:	italic;
}

/*
span.result:before
{
	content:	"Result: ";
}

span.advisor:before
{
	content:	"Advisor: ";
}


span.award:before
{
	content:	"Award Title: ";
}


span.topic:before
{
	content:	"Thesis Topic: ";
}

span.achievements:before
{
	content:	"Achievements: ";
}

*/

