.status {
    color: grey;
}

.accepted {
    color: green !important;
    font-weight: bold;
}

.rejected {
    color: red !important;
}

.own_submission {
    font-weight: bold;
}