.resume {
  height: 300mm;
  width: 220mm;
  margin: 0 auto;
  font-size: 14px;
}

.resume main {
  max-width: 900px;
  width: 100%;
  padding: 20px 0 15px;
  margin: 0 auto;
  display: flex;
  color: #000;
  font-family: 'Roboto', sans-serif;
  border-top: 10px solid #cfcfcf;
  border-bottom: 5px solid #cfcfcf;
}

.resume h1 {
  color: #000;
  font-size: 34px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1em;
}

.resume h2 {
  border-bottom: 3px solid #cfcfcf;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px;
  margin: 25px 0 10px;
  font-size: 22px;
}

.resume h2.first {
  margin-top: 0;
}

.resume h3 {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.resume h4 {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
  margin: 0;
  font-size: 15px;
}

.resume h4.degree {
  padding-bottom: 4px;
}

.resume h5 {
  padding-bottom: 5px;
  padding-top: 3px;
}

.resume a {
  color: #000;
}

.resume ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.resume li {
  font-size: 11px;
  line-height: 1.3em;
  padding-bottom: 6px;
}

.resume aside {
  text-align: right;
  width: 25%;
}

.resume aside h2 {
  display: inline-block;
  font-size: 20px;
}

.resume .contact {
  line-height: 1.4em;
  margin: 25px 0 10px;
}

.resume .city {
  margin-bottom: 20px;
  line-height: 1.7em;
}

.resume .content {
  width: 75%;
  padding: 0 0 0 30px;
}

.resume .summary {
  font-size: 12px;
  line-height: 1.3em;
}

.resume span {
  font-size: 12px;
  font-weight: 500;
}

.resume .tech {
  line-height: 1.5em;
}

.resume .exp {
  border-bottom: 0;
  padding-bottom: 18px;
}

.exp-header {
  display: flex;
  justify-content: space-between;
}

.resume .exp:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.resume .exp .exp-dates {
  font-size: 11px;
  padding-top: 3px;
}

.resume .exp h3 {
  font-weight: 500;
}

.resume footer {
  background: #fff;
  color: #000;
  padding: 10px 0 0;
  position: relative;
}

.resume footer .tamarack {
  position: absolute;
  width: 225px;
  z-index: 0;
  opacity: 0.1;
  bottom: 29px;
  right: 0;
}

.resume footer span {
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}

@media print {
  .resume .page-divider {
    margin-top: 0;
  }
}
