/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 .ColorLabel:after {
    display:inline-block;
    content:attr(data-after);
    margin-left:5px;
    font-weight:bold;
}
