/* primary color rule  - Heading */

.connective-htmlcw-heading-color {
    color: #337ab7;
    stroke: #5c5c5c;
    fill: #337ab7;
}


/* secondary color rule - titles */

.connective-htmlcw-label-color {
    color: #5c5c5c;
    stroke: #5c5c5c;
    fill: #5c5c5c;
}


/* background color rule */

.connective-htmlcw-background-color {
    background-color: #fafafa;
}


/* background total color rule */

.connective-htmlcw-results-background {
    background-color: #FFF;
}