.annotation-run {
    cursor: pointer;
}
.annotation-run.candidate-term, .context-menu .candidate-term{
    color: #000;
    background-color: #aaa;
}
.annotation-run.graph-term, .context-menu .graph-term {
    color: #000;
    background-color: #0f0;
}
.annotation-run.stop-term, .context-menu .stop-term {
    color: #000;
    background-color: #f00;
}