@font-face {
  font-family: "source_serif_pro";
  src: url("../woff/SourceSerifPro-Regular.ttf.woff");
}
@font-face {
  font-family: "source_sans_pro";
  src: url("../woff/SourceSansPro-Regular.ttf.woff");
}
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
  font-family: "source_serif_pro", serif;
}
h1, h2, h3 {
  font-family: "source_sans_pro", sans-serif;
  line-height: 1.3;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pl-layout {
  padding: 0;
}
.pl-top {
  /*background-color: #111;*/
  /*background-color: #eee;*/
  border-bottom: 1px solid #ccc;
  /*color: #eee;*/
  color: #444;
  /*text-align: center;*/
  /*border-bottom: 2px solid #888;*/
  text-align: center;
}
.pl-info {
  /*background-color: #eee;*/
  color: #444;
  padding: 2em 1em;
  border-right: 1px solid #ccc;
}
.pl-content {
  padding: 2em 3em;
}
.pl-project-summary {
  color: #bbb;
  /*font-weight: bold;*/
  /*width: 14em;*/
}
.pl-project {
  background-color: white;
  padding: 1em 0;
}
.pl-title {
  color: #888;
  border-bottom: 1px solid #888;
}
.pl-duration {
  color: black;
  display: inline;
}
.pl-client {
  /*display: inline;*/
  display: none;
}
.pl-role {
  /*display: inline;*/
  display: none;
}
.pl-desc {
  margin: 2em 0;
  /*font-size: 120%;*/
  line-height: 1.5em;
}
/*.pl-metatools li,*/
.pl-tools li {
  white-space: nowrap;
}
.pl-metatools li,
.pl-tools li {
  line-height: 1.9em;
  display: inline;
  list-style: none;
  background-color: #e2eaff;
  color: #006392;
  border-radius: 5px;
  padding: 2px 3px;
  box-shadow: 1px 1px #a1b0fb;
}
.pl-metatools li {
  background-color: transparent;
  box-shadow: none;
  color: #444;
  /*white-space: nowrap;*/
}
/* u00ab = left pointing double quotation mark */
/* u00bb = right pointing double quotation mark */
/* u2005 = four per em space */
.pl-metatools li:before {
  content: "«";
}
.pl-metatools li:after {
  content: "»";
}
.pl-metatools ul,
.pl-tools ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.pl-tasks {
  display: none;
}
.pl-tools li {
  display: inline;
  list-style: none;
}
.pl-tools ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.pl-tools li:before {
  content: " • ";
}
.pl-project {
  margin: 2em 0;
}
