/* Preview styles for Management */

.preview ul,
#preview ul{
	list-style: disc outside;
	margin: 1em 0 1em 2em;
}

.preview em,
#preview em{
	font-style: italic;
	background: none;
	font-weight: normal;
}

.preview strong,
#preview strong{
	font-style: normal;
	background: none;
	font-weight: bold;
}

.preview dl,
#preview dl{
	width: 100%;
}

.preview dl dt,
#preview dl dt{
	color: black;
	font-size: 100%;
	font-weight: bold;
}

.preview dl dd,
#preview dl dd{
	margin-left: 2em;
}