body {
  margin: 2ex auto;
  max-width: 45em;
  font-family: palatino, utopia, 'liberation serif', serif;
}
h1 {
  text-align: center;
  margin-bottom: 0.5ex;
  font-family: verdana, sans-serif;
  font-variant: small-caps;
  font-weight: normal;
}
h2 {
  font-family: verdana, sans-serif;
  margin: 0;
  line-height: 1ex;
  background: white;
  font-size: 125%;
}
h3 {
  font-size: 100%;
  margin-top: 2ex;
  margin-bottom: 0;
  line-height: 0;
}

#addresses {
  text-align: center;
}
#email {
  text-align: center;
  margin-top: 0.75ex;
  margin-bottom: 3ex;
}

.section {
  clear: both;
  margin-top: 2ex;
  margin-bottom: 2ex;
}
.section-item {
  clear: both;
  margin-top: 2ex;
}
/* h2 + .section-item { margin-top: 0; } */
h2 + h3 { margin-top: 4ex; }

.job-stats {
  float: left;
  width: 40%;
}
.position {
  font-weight: bold;
}
.employer {
  float: right;
  width: 60%;
  text-align: right;
  font-style: italic;
}
.achievements, .job-details {
  clear: both;
  margin-right: 4em;
}

ul.edufacts, ul.skills {
  list-style: none;
}
.edufacts {
  font-weight: bold;
}
.edufacts ul, .edufacts ul li, .skills li {
  list-style: none;
  display: inline;
  font-weight: normal;
  margin: 0
  padding: 0;
}
.edufacts ul {
  margin-left: -2em;
}
.edufacts ul li:after, .skills li:after {
  content: ", ";
}
.edufacts ul li:last-child:after, .skills li:last-child:after {
  content: "";
}

/*
ul.achievements {
  list-style: square outside;
}
*/
ul.achievements {
  list-style: none;
}
ul.achievements li {
  display: inline;
}
ul.achievements li:after {
  content: ". ";
}


/* vim:set sw=2: */
