.rdCcErrTitle {
	font-size: 16px;
	font-Weight: bold;
	color: #b84026;
}
.rdCcErrDescription {
	font-size: 12px;
	font-Weight: bold;
	color: #b84026;
	white-space: pre-wrap;
}

.rdCcErrDetail {
	font-weight: normal;
	font-size: 12px;
	color: #b84026;
	background: #FEF5F7;
	border-radius: 2px;
	padding: 3px;
	white-space: pre-wrap;
	word-break: break-all;
}
