.education .dates {
	float: left;
	width: 30%;
	font-weight: bold;
}

.education .school {
	float: left;
	width: 50%;
	font-weight: bold;
}

.education .city {
	float: left;
	width: 20%;
	clear: right;
	font-weight: bold;
}

.education .studies {
	clear: both;
	font-style: italic;
}

.experience .dates {
	float: left;
	width: 30%;
	font-weight: bold;
}

.experience .company {
	float: left;
	width: 50%;
	font-weight: bold;
}

.experience .city {
	float: left;
	width: 20%;
	clear: right;
	font-weight: bold;
}

.experience .title {
	clear: both;
	font-style: italic;
}

