body {
  background: white;
  margin: 20px;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
  line-height: 1.4;
  width: 7.5in;
  margin-left: auto;
  margin-right: auto;
}

/* Disable Font Boosting until I do a mobile responsive version of this. */
body, body * {
  max-height: 1000000px;
}

ul {
  margin-block-start: -8px;
}

li {
  margin-bottom: 5px;
}

.bullet {
  margin-bottom: 10px;
}

/* Header styles */
.header {
  margin-bottom: 10px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.title {
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
}

.subtitle {
  font-size: 10pt;
}

.heading {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid black;
  padding-top: 7px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.right {
  text-align: right;
}

.resume-section {
  margin-bottom: 5px;
}

.text {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 30px;
}

.text p {
  margin: 0 0 10px 0;
}

.text p:last-child {
  margin-bottom: 0;
}

.small {
  font-size: 8pt;
}

/* Job/education entry styles */
.job {
  margin-bottom: 5px;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.company {
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
}

.location {
  font-size: 10pt;
  text-align: right;
  font-weight: normal;
  text-decoration: none;
  flex-shrink: 0;
}

.position {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 5px;
}

/* Sub-role styles for multiple roles within one company */
.role {
  margin-bottom: 12px;
}

.role:last-child {
  margin-bottom: 0;
}

.role-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
}

.role-title {
  font-style: italic;
}

.role-dates {
  color: #555;
  flex-shrink: 0;
  margin-left: 10px;
}

.role p {
  margin: 0;
}

.content {
  font-size: 10pt;
  padding: 10px 0px;
}

em {
  font-style: italic;
}

footer {
  margin-top: 10px;
}

@media screen {
  a {
    text-decoration: none;
    color: #33F;
  }
}

@media print {
  a {
    text-decoration: none;
    color: black;
  }

  .noprint {
    display: none;
  }
}

a {
  color: rgb(65, 65, 251);
}
a:hover {
  text-decoration: underline;
}
