@charset "utf-8";

span.info{
	display:block;
}

span.hide{
	display:none;
}

span.show{
	display:block;
	color:#7C9CA7;
	font-size:70%;
}

h1{ 
	font-size: 230%;
	line-height: 80%;
	text-align:center;
}


header{
	width: 70%;
}

section#qualifications div.ql {
	display:block;
	width: 90%;
	border-left: 3px solid #A6CDD7;
	padding-top: 10px;
	padding-bottom: 10px;
	float:none;
	clear:both;
}
