.page-title {
  display: block;
  margin-bottom: 12px;
  color: var(--footerLink);
}

.resume-intro {
  margin: 0 0 32px;
  color: var(--fontColor);
  line-height: 1.5;
}

.resume-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 32px;
}

.resume-table td,
.resume-table th {
  padding: 12px 14px 12px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  text-align: left;
  vertical-align: top;
}

/* Lines separate entries, so the last entry of a section does not get one. */
.resume-table tr:last-child td,
.resume-table tr:last-child th {
  border-bottom: 0;
}

.resume-table td:first-child,
.resume-table th:first-child {
  width: 220px;
}

.resume-table .bold {
  font-weight: 700;
}

.resume-table .muted {
  opacity: 0.7;
}

.resume-table .nowrap {
  white-space: nowrap;
}

.resume-table td[colspan] {
  font-weight: 400;
}

.resume-experience td {
  border-bottom: 0;
  padding-bottom: 6px;
}

.resume-experience-detail td {
  padding-top: 0;
  padding-bottom: 18px;
}

.resume-section {
  margin-top: 40px;
}

.resume-section h4 {
  color: var(--footerLink);
}

.resume-section:first-of-type {
  margin-top: 0;
}
