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

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: left;
  color: white;
  background: url(../images/header.png) no-repeat;
  padding: 8px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error span {
  display: none;
 
}