@charset "UTF-8";
/* CSS Document */

body.resume {
	font-size: .9em;	
	margin: 0 0 0 0;
	padding: 0;
}

.print-only {
	display:inline;	
}
.resume .wrapper {
	margin-bottom:0;
	padding:20px 30px 0 30px;
}

.resume .first {
	font-size:.8em;	
}

.resume h2 {
	margin: .7em 0 .3em 0;
	padding: 0 45px 0 0;
}

.resume h3 {
	font-size:1em;
	margin:.5em 0 0 0;
	padding:0;
}

.resume p {
	margin: 0 0 .5em 0;	
}

.resume .employer {
	margin-top:1em;
}

.resume .description {
	font-size:.8em;
	line-height: 1.4em;	
	margin: 0 0 1.7em 0;
}

a, a:link, a:active, a:visited {
	border:none;
	text-decoration:none;
	color:#42605A;	
}

.resume .description {
	margin-bottom:.5em;	
}





.resume .footer {
	border: 35px solid #fff;
	border-bottom-color: rgb(96, 191, 185);
	border-right-width:0;
	border-top: none;	
	padding: 2em 0 .5em 0;
	margin:0;
	
	font-size: .9em;
}