body {
    background-color: white;
    font-size: 0.8rem;
}

.jobtitle {
    font-weight: bold;
}

li {
    list-style-type: circle;
}

.company-description {
    padding-top: 10px;
}

.location {
    float: right;
    font-weight: bold;
}

h1  {
    line-height: normal;
}

.address {
    line-height: normal;
}

hr {
    background-color: darkgray;
}