.prescreen-extended-headline {
    padding: 30px 0 30px 0;
}
.prescreen-extended-headline h6 {
    font-size: 17px !important;
    font-weight: bold !important;
}
.prescreen-extended-table {
    width: 100%;
    float: left;
    border-top: 1px solid #dddddd;
    padding: 15px 0 15px 0;
    position: relative;
}
.prescreen-extended-list p {
    margin-top: 0;
}
.prescreen-table-last {
    margin-bottom: 54px !important;
}
.prescreen-extended-jobs {
    margin-bottom: 10px;
}
.prescreen-extended-job {
    float: left;
    max-width: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.prescreen-extended-btn {
    float: right;
}
.prescreen-extended-btn a {
    color: white;
}
.prescreen-extended-btn a:hover {
    color: white;
}
.extended-list-empty {
    border-top: 1px solid #dddddd;
    padding: 15px 0 15px 0;
    margin-bottom: 54px !important;
}
.prescreen-extended-table.plain{
    border: none;
    border-bottom: 1px solid #dddddd;
}
.prescreen-extended-job.plain{
    text-align: center;
    min-width: 100%;
    position: unset;
    transform: unset;
}
.job-info-extend {
    width: 100%;
    display: block;
    cursor: pointer;
}
.prescreen-extended-job.plain p{
    text-align: center !important;
}
.job-description{
    margin-top: 30px;
    color: black;
}
.job-description.your-profile {
    margin-bottom: 15px;
}
.extend-button {
    font-size: x-large;
    font-weight: bold;
    border: unset;
    height: 40px;
    width: 40px;
    background-color: unset;
}
.extend-button:hover {
     cursor: pointer;
 }
.extend-button.plus:hover {
    border: solid 3px #0099ff;
    border-radius: 50%;
}
.job-city{
    font-size: 12px;
}
@media (max-width: 500px) {
    .prescreen-extended-job {
        max-width: 60%;
    }
    .prescreen-extended-table {
        padding: 35px 0 35px 0;
    }
}
@media (max-width: 768px) and (min-width: 569px) {
    .wsi-jobslider-inner.vc_col-sm-4 {
        width: 33.33333333% !important;
    }
}