/* Vraaggeleiding-Smartlet-Skin-Coolblue: CSS include for smartlet sml_vraaggeleiding */
/* debug information display */ 
.sml_vraaggeleiding.coolblue div.smc_debug.smc_debug_on {
	display: inline-block;
	color: blue; /* just testing */
	font-size: x-small;
	padding: 1px;
	background-color: #ddf;
	border: 1px solid blue;
}

/* set the text color within the smartlet */
.sml_vraaggeleiding.coolblue {
	font-family: verdana;
	color: blue;
}

/* Note:
   To subclass style on the (optional) smartlet box, use the boxclass smartlet parameter to add an extra class the to smartlet box.
*/
