

td.left {
	text-align: right;
	font-weight: bold;
	width: 190px;
	padding-right: 15px;
}
td.leftheading {
	padding-top: 14px;
}

td.right {
	margin-left: 30px;
	margin-top: 5px;
}

td.rightheading {
	font-weight: bold;
	margin-top: 10px;
	font-size: 20px;
	padding-top: 12px;
}
td.detailtext {
	white-space: pre-line;
	padding-bottom: 15px;
}

table.simple {
	width: 100%;
}

td.simple {
	text-align: center;
	font-size: 18px;
	font-style: italic;
}

div.pagebreak {
	page-break-before: always;
}

div.heading {
	font-size: 25px;
	text-align: center;
}

div.sectionheading {
	padding-top: 50px;
	padding-bottom: 25px;
	font-size: 20px;
	color: #999;
}
i {
	font-size: 12px;
	
}
div.subheading {
	font-weight: bold;
	font-size: 16px;
	padding-top: 4px;
}

div.subsectiontext {
	padding-bottom: 3px;
}

div.subdescription {

}
div.subtech {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 8px;
}

body {
	background-color: #DDD;
	padding: 20px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.cv {
	font-family: Arial;
	padding: 40px;
	padding-top: 40px;
	padding-bottom: 50px;
	margin: auto;
	background-color: #FFF;
	font-size: 16px;

    /*box-shadow: 5px 10px #CCC;*/
    width: 800px;

	height: 95%;
}
@page {
	margin: 20mm 10mm 25mm 10mm;
}