html {
	background-color: #fff;
	background-image: none;
}

body {
	font-size: 10pt;
	margin: 0 auto;
	padding-top: 0;
}

h1 {
	color: black;
}

.body .col {
	float: none;
	margin: 10px 0 10px 0;
}

.body .span_1_of_2 {
	width: 100%;
}

.body .span_1_of_3 {
	width: 100%;
}

.body .span_2_of_3 {
	width: 100%;
}

.profile .span_2_of_3 {
	width: 100%;
	margin: 0;
}

.cv-section {
	border: 0;
	margin-top: 20px;
}

.no-print {
	display: none;
}

.print {
	display: inline;
}

a {
	color: black;
	font-weight: normal;
}

a:link:after, a:visited:after {
	content: " [" attr(href) "]";
}

.info-title {
	/*display: inline;*/
	font-weight: bold;
	padding: 3px;
}

/*.info-title:after {
	display: inline;
	font-weight: bold;
	content: ": ";
}
*/
.info-detail {
	/*display: inline;*/
	padding: 3px;
}

.info-detail a:link:after, a:visited:after {
	content: none;
}

.next-line {
	display: inline;
}

.work-job-title {
	display: inline;
}

.work-job-title:after {
	content: " at ";
	font-weight: normal;
}

.work-company {
	display: inline;
	font-size: 120%;
}

.section {
	page-break-inside: avoid;
}