
.employment-job-description {
  width: 100%;
}

.cv-first-column {
  float: left;
  width: 25%;
  max-width: 380px;
  background-color: #eee;
  padding: 0.75rem;
}

.cv-first-column ul {
  padding-inline-start: 1.8em;
}

.cv-first-column h3 {
  margin-block-end: 0.5em;
  margin-block-start: 0.5em;
}

.cv-second-column {
  float: left;
  width: 75%;
  padding: 0.75rem;
}

.cv-header {
  text-align: center;
}

.cv-header > div {
  margin: 0.4rem;
}

.cv-header--name {
  font-weight: 600;
  font-size: 1.25rem;
}

article.employment-history {
  max-width: 37.5em;
}

.employment-job {
  margin-bottom: 1em;
  border-bottom: 1pt solid black;
}

.employment-duration {
  font-size: 0.85em;
}

.cv-first-column > h2 {
  margin-block-end: 0.4em;
  margin-block-start: 0.4em;
}

.cv-first-column > ul {
  margin-block-start: 0.4em;
}

.employment-disclosure {
  font-style: italic;
  font-size: 0.8em;
  margin-top: 0;
}

.employment-disclosure::before{
  content: "Disclosure: ";
}

.employment-reference-contact {
  /* margin: 0.2em; */
}

.employment-job-description td:nth-child(2) {
  text-align: right;
}

.employment-job-title {
  font-weight: bold;
}

@media print {
  h1 { font-size: 2.0em; }
  body { font-size: 10pt; }
  article.employment-history { max-width: 100%; }
  p { max-width: 100%; }
  h1 { text-align: center; }
}
