body {
  margin: 2em 4em;
  font-family: times new roman, serif;
  line-height: 1.4em;
}

div#resume {
  width: 8in;
  position: absolute;
  margin-bottom: 1in;
}

div#header {
  width: 100%;
  display: block;
  border-bottom: 1px solid;
}

div#header a {
  float: right;
}

div#header h1#name {
  font-size: 14pt;
  margin-bottom: 0;
  display: inline;
}

label {
  font-variant: small-caps;
  width: 5em;
  height: 0px;
  margin-left: -7em;
  display: block;
}

div.section {
  padding-left: 7em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: block;
}

div.job span.employer,
div.school span.name {
  font-size: 1.1em;
  font-weight: bold;
}

div.job span.dates,
div.school span.location {
  float: right;
}

div.contact{
  display: inline-table;
  float: right;
}

div.job span.dates {
  font-weight: bold;
}

div.school div.degree {
  margin-top: .5em;
  display: block;
}

div.degree ul {
  margin-top: .2em;
}

#honors ul,
#coursework ul {
	list-style-type: none;
	padding-left: 0;
  margin-top: 0;
}

#coursework ul {
/*	float: left;*/
/*	border:solid;*/
	min-width: 48%;
	float: left;
}

div.job span.title {
  font-style: italic;
  display: block;
}

div.job p.responsibilities {
  margin: 8px 0 8px 0;
}

