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

.ketchup-error ul {
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	color: #ffffff;
	background: grey;
	padding: 2px;
	list-style: none;
	line-height: 16px;
}

.ketchup-error span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent;
  border-top: 5px solid grey;
  border-bottom: 5px;
  margin-left: 5px;
}