.body {
    background-color: #e2e2e2;
}

.content-container {
    background-color: #e2e2e2;
    padding: 10px;
}

.btn {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #c00;
}
a :visited {
    text-decoration: none;
    color: #3d3d3d;
}
.header {
    text-align: right;
}

.job-description {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.union {
    background-color: black; 
    text-align: right;
    padding: 5px 20px 5px 0;
}
.details {
    padding: 20px;
}
.sticky {
    position: sticky;
    bottom: 60px;
}

.disclaimer {
    font-size: 0.875rem; 
    font-style: italic;
}

.positions li, ul {
    list-style-type: none;
    padding-left: 0;
}
.department-list ul > li {
    font-family: normal 100% Arial, sans-serif;
    font-weight: 400;
    color: rgb(41, 40, 40);
}

.positions li.department {
    border-bottom: 1px solid rgb(44, 44, 44);
    list-style-type: none; 
    padding-top: 1rem;   
    font-weight: 600;
    color: #5a5a5a;
}

.positions li.position {
    padding-left: .9rem;
    font-size: smaller;
    padding-top: 0.3rem;
}

.positions li :hover { 
    color: #c00;
    font-size: medium;
}

.position-location {
    float: right;
    color: #333333;
    font-size: small;
}
