/* With thanks to http://steve.ganz.name/hresume/ */

@page {
  size: 21.0cm 29.7cm;/* width height */
}
html {
	margin: 0;
	padding: 0;
}
body.div.hresume {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}
a {
	background-color: inherit;
	color: #000;
	text-decoration: none;
}
h2, h3 {
	page-break-after: avoid;
}
li.job {
	page-break-inside: avoid;
}
ul.skills {
	page-break-before: avoid;
}

h3, div.date_duration {
    display: block;
}

.credit {
    visibility: hidden;
}

.footnote ul li:first-child:after {
    content: "";
}
