body {
    font-size: 1.4em;
    background-color: #ccc;
}

.resume-container {
    max-width: 58em;
    border: 1px solid #AAA;
    padding: 2.5em 5em;
}

.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;
}

.resume-container .job.job-concise .heading {
    display: block;
    text-align: center;
    position: relative;
    min-height: 3em;
    margin: 1em 0;
}

.resume-container .job.job-concise .heading .position {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}

.resume-container .job.job-concise .heading .company:after {
    font-weight: bold;
    padding-right: 0.1em;
    content: '; ';
}

.resume-container .job.job-concise .heading .location {
    font-style: normal;
    display: inline;
    position: static;
}

.resume-container .job.job-concise .heading .time-period {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.resume-container .education .company:after {
    content: ', ';
}

.resume-container .education .location:after {
    font-weight: 200;
    color: #000;
    content: ' \2014 ';
}
