/* This adds the colon ONLY to the caption label */
.caption-number:after {
    content: ": ";
}