html {
    margin: 0;
}

body {
    min-width: 27em;
    margin: 0;
}

.resume-container {
    width: 100%;
    padding: 0 18px;
    font-size: 0.98em;
}

.resume-container .job + .job {
    margin: 1.5em 0;
}

.resume-container .job .heading span,
.resume-container .job .heading span.time-period,
.resume-container .job .heading span.location {
    display: block;
}

.resume-container .job .heading .posterm,
.resume-container .job .heading .comploc {
    position: relative;
}

.resume-container .job .heading .time-period,
.resume-container .job .heading .location {
    font-style: italic;
    font-weight: 200;
    position: absolute;
    display: inline-block;
    text-align: right;
    top: 0;
    right: 0;
}

section h1 {
    margin-bottom: 0.5em;
}

.job, section:not(.allow-break) {
    page-break-inside: avoid;
}
