ul.skill-list, ul.skill-list > li {
  display: inline;
}

ul.skill-list {
  padding-left: 0;
}

span.skill-category {
  font-weight: bold;
}

span.job,span.education {
  /*background-color: #EEEEEE;  /* ??? */
  display: block;
  margin-left: 1.5em;
}
span.entity {
  font-style: italic;
}
span.location {
  /*font-variant: small-caps;
  text-transform: lowercase;*/
}
span.duration {
  /* TODO: Add special formatting? */
}
span.termination-reason {
  /* TODO: Add special formatting? */
}
span.description {
  margin: 0.25em 0;
  /*font-size: 110%;
  border-bottom: thin dashed grey;*/
}
div.education,div.job {
  /* Elliptical borders, with extensive fallbacks */
  border-radius-topleft: 2px;
  border-radius-topleft: 2px 15px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topleft: 0.5em 3em;
  border-radius-bottomleft: 2px;
  border-radius-bottomleft: 2px 15px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomleft: 0.5em 3em;
  border-left: 1px dashed #606060;
  padding-left: 0.5em;
  margin-left: -0.5em;
}

table.contact {
  width: 100%;
  background-color: #E8E8FF;
  
  /* HACK: Line up with highlighted entry in side menu */
  position: relative;
  top: -3px;
  padding-top: 1px;
}
.contact td.email {
  text-align: right;
}
