/* CV styling */
/* Years */
.resume > section > dl > dt {
  float: left;
  clear: left;
  text-align: left;
}
/* Holds entries for that year */
.resume > section > dl > dd {
  margin: 0 0 0 6em;
  padding-bottom: 0.5em;
}
/* Details of each entry (eg. title, studies, etc) */
.resume dl {
  margin: 0;
}
.resume dl > dd {
  padding-bottom: 2ex;
}
.resume dl > dd * > dl,
.resume dl > dd * > dd {
  margin: 0;
  padding: 0;
}
/* Further details (eg. authors, references, etc) */
.resume dl > dd * > dl > dt {
  font-weight: bold;
  text-align: left;
  padding: 0 0.5em 0 0;
  display: inline;
}
.resume dl > dd * > dl > dt:after {
  content: ':';
}
.resume dl > dd * > dl > dd {
  display: inline;
}
#mugcontainer {
  width: 100%;
  text-align: center;
  font-size: small;
}
#mugshot {
  width: 50%;
}

a.plain-link:link    {
  text-decoration:  none;
  }
a.plain-link:visited {
  text-decoration:  none;
  }
a.plain-link:hover   {
  text-decoration:  none;
  }
a.plain-link:active  {
  text-decoration:  none;
}

a:link > span.fa, a:link > span.ai {
  text-decoration:  none;
  color: black;
  }
a:visited > span.fa, a:visited > span.ai {
  text-decoration:  none;
  color: black;
  }
a:hover > span.fa, a:visited > span.ai {
  text-decoration:  none;
  color: black;
  }
a:active > span.fa, a:visited > span.ai {
  text-decoration:  none;
  color: black;
}
.no-break {
  white-space: nowrap;
}
span.fa, span.ai {
  padding: 0 0.25em 0;
  width: 1em;
  text-align: center;
}
