/**
 * Add your css styles here, this will be placed on the document head
**/
li.cts-listing-action-promote {
    width: 100% !important;
    background: #d4277f;
    padding: 7px !important;
    border-radius: 50px;
}
a.listing-action-promoted {
    color: #ffffff !important;
}
a.listing-dashboard-action-promote {
    color: #fff !important;
    display: inline-flex !important;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
#job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-promote {
    width: 100% !important;
}
}
    