JD system for a graduate student

While both Sublime and Atom use CSS to style themselves, There’s not great support for selecting the first word (the AC.ID) via CSS selectors alone and setting a style for it.
.title:first_word {
color:red
}
There is a first-child (:first-child - CSS: Cascading Style Sheets | MDN) selector, BYMV.