.job > header {
  display: flex;
  align-items: center;
}

.job > header * + * {
  margin-left: 0.5em;
}

.job > * + * {
  margin-top: 1em;
}

.job img {
  width: 2em;
  height: auto;
}

.job .timeline {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  font-weight: normal;
}

.job .timeline.present {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;
  background: #ebebeb;
}

.job p {
  margin: 0;
}

.job .company-name {
  font-weight: 600;
}

.job .company-name {
  font-size: 1em;
  margin: 0;
}

.job ul {
  margin: 0;
  margin-top: 1.25em;
  list-style: none;
  padding: 0;
}

.job ul > * + * {
  margin-top: 0.4em;
}

.job li,
.job .summaryy {
  font-size: 0.85em;
}

.job .summaryy {
  margin-top: 1em;
}

.job li {
  padding-left: 1.5em;
  line-height: 1.5;
  background: transparent url("/images/plus.svg") top 0.4em left no-repeat;
  background-size: 0.6em 0.6em;
}

.icon {
  height: 1.25em;
  width: 1.25em;
  display: inline-block;
}
