.jobadder-apply-button {
    display:block;
    background-color: #f08d3c;
    color: #fff;
}

.jobadder-apply-button:hover {
    background-color: rgb(102, 102, 102);
}

.jobadder-apply-button a {
    color: #fff!important;
}

.jobadder-job-type.permanent {
    background-color: white!important;
    color: rgb(102, 102, 102);
}