Collapse-O-Matic Expand Font CSS

when an item is expanded it is assigned a class of:
colomat-close

We can then expand this class with css to do things like change the font color:

.colomat-close{
color: red;
}

I change color
when you see me, i blush red