/* v. 78.1 */

/*
    FILE: content_insights.css
    Created on : 17-Apr-2018, 19:06:32
	EDITED by MSK on 28-Jun-2018
*/
/*Clear defaults so padding and margins can be set as required*/
p { padding: 0 0 0 0; margin: 0 0 0 0; }

#content {
    font-family:Arial, sans-serif;
    line-height:150%;
    text-align:justify;
}

.bbbline { margin-top: 2.5em; }

.subject {
    margin:2.5em 0 0.5em 0;
    text-transform: uppercase;
    font-weight:normal;
    color:#000080;
    font-size:1.2em;
    text-align:left;
}

/* num is now defunct - Jun '18*/
.subject .nm, .subject .num {
    width:1.5em;

}

.subject b {
    font-weight:normal;
}

/* The following should actually be defunct, even regtype. We are now using just <span> */
.regtype, .regtypeans, .regtypehal, .subtopic, .reg span, .regoneword span {
    color:#0066FF;
    margin-right:0.5em;
    font-weight:normal;
    font-size:1.1em;
}

.reg, .reghal {
    margin-bottom:1.0em;
}

.regoneword /*formerly subtopic */ {
	margin-bottom:0em;
	text-align:center;
	}


/* num is now defunct - Jun '18*/
.reg .nm, .reg1 .nm, .reg2 .nm, .reg3 .nm  {
    color:#0066FF;
    margin-right:0.5em;
    font-size:1.1em;
    font-weight:normal;
}

.reghal .nm, .reghal2 .nm {
	color:#3333ff;
    font-weight:bold;
}

/*regans should be defunct */
.reg b, .regans b, .reghal b {
    color:#0000cc;
}

.reghal, .reghal1, .reghal2 {
    margin-top: 2em;
    color:#3333ff;
}
.hal span, .reghal span {
    font-weight:bold;
}

/*EOF*/
