.careers_card_item.jobs_card {
    max-width: none;
    width: inherit;
    float: none;
    padding: 14px;
    border-radius: 4px;
    margin: 0 0 10px 0 !important;
}
.careers_card_item.jobs_card.v2 .main_content div {
    margin-top: 3px;
}
.careers_card_item.jobs_card .summary {
    margin-top: 20px;
}
.careers_card_item.jobs_card:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%) !important;
}

.careers_card_item.jobs_card .careers_card_media_item {
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 16.5px;
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.student_careers_jobs_list {
    list-style: none;
    margin: 0px;
    padding: 10px 20px 0 0;
}
.careers_card_media_item.medium_media_item .media_job_image {
    width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 3px;
    float: left;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    background-size: cover;
}
.careers_card_media_item .main_content {
    float: left;
    width: 40%;
    min-height: 60px;
}
.careers_card_media_item .meta_content {
    float: left;
    border-left: 1px solid #E6E6E6;
    width: 40%;
    height: 100%;
    padding-left: 30px;
    min-height: 60px;
}
.careers_card_media_item .meta_buttons {
    float: right;
    width: 20%;
    min-height: 60px;
}
.careers_card_media_item .meta_buttons .link {
    width: 120px;
    padding: 5px 10px 5px 10px;
    color: white;
    background: #3e7aab;
    outline: none;
    opacity: .9;
    border-width: 0;
    border-radius: 5px;
}
.careers_card_media_item .meta_buttons .link:hover {
    opacity: 1;
}
.careers_card_media_item .meta_buttons .resume {
    width: 120px;
    padding: 5px 10px 5px 10px;
    color: white;
    background: #39b54a;
    outline: none;
    opacity: .9;
    border-width: 0;
    border-radius: 5px;
}
.careers_card_media_item .meta_buttons .resume:hover {
    opacity: 1;
}
.low-contrast {
    color: #666;
}
.careers_card_media_item .meta_buttons .resume_submitted {
    width: 140px;
    padding: 5px 10px 5px 10px;
    color: white;
    background: #999;
    outline: none;
    opacity: .9;
    border-width: 0;
    border-radius: 5px;
}

.job-posting-upload-resume .upload {
    margin-top: 10px;
}

.job-posting-upload-resume .custom-checkbox {
    margin-top: 10px;
}

.job-posting-upload-resume .custom-checkbox label {
    font-weight: normal;
}

#job-posting-upload-resume-save-button {
    width: 80px;
    height: 30px;
    padding: 6px 10px 5px 10px;
    color: white;
    background: #3e7aab;
    outline: none;
    opacity: .9;
    border-width: 0;
    border-radius: 5px;
}
#job-posting-upload-resume-save-button:hover {
    opacity: 1;
}
