.ketchup-error-container {
	display: none;
	position: absolute;
	width: auto;
}

.ketchup-error-container ol {
	font-size: 13px;
	color: #fff;
	background: #d4145a;
	padding: 10px;
	list-style: none;
	line-height: 20px;
}

.ketchup-error-container span {
	display: block;
	width: 0; 
	height: 0; 
	border-bottom: 0;
	margin-left: 10px;
}
