.careers-position_pdf-button_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 40px;
    box-sizing: border-box;
}

.careers-position_pdf-button {
    background-color: #111;
    border: 2px solid #666;
    border-radius: 4px;
    color: white;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 150px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.careers-position_pdf-button:hover {
    border: 1px solid #fff;
    color: #fff;
}
