.container {
    margin: 10px 30px 10px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    min-width: 350px;
    max-width: 950px;
}

.heading {
    position: relative;
    margin-bottom: 30px;
}

.name {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contactInfo {
    float: right;
    font-weight: bold;  /*sass bold*/
    text-align: right;
}

.bar {
    height: 1px;
    width: 100%;
    clear: both;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; /*sass margin-bottom*/
}

.summary {
    /*margin-bottom: 10px; !*sass margin-bottom *!*/
}

.summaryHeading {
    font-weight: bold; /*sass bold*/
}

.exprHeader, .eduHeader{
    margin-bottom: 10px; /*sass margin-bottom */
}

.employer, .school{
    font-weight: bold; /*sass bold*/
    margin-right: 30px;
}

.acquisition{
    margin-right: 30px;
}

.date-role{
    float: right;
}

.date {
    margin-right: 20px;
    display: inline-block;
}

.role {
    font-weight: bold;
}

.degree {
    margin-top: -10px;
    margin-bottom: 10px;
}

.job, .edu {
    /*background-color: aqua;*/
    page-break-inside: avoid;
    margin-bottom: 20px; /*sass margin-bottom*/
}

.prose .jobDescSection {
    margin-left: 30px;
}

.jobDescSection, .eduSection {
    /*margin-left: 30px;*/
    margin-bottom: 10px; /*sass margin-bottom */
    clear: both;
    page-break-inside: avoid;
}

.skillSet {
    font-weight: bold;
}

/*May not be necessary */
.pageBottom {
    margin-bottom: 0;
}