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

.ketchup-error ul {
  padding: 0; margin: 0;
  font-family: 'Dino Light';
  font-size: 12px; text-align: center;
  background:#000;
  padding: 10px; list-style: none;
  line-height: 16px;
  color: #fff; border: 2px solid #a22d43;
}

.ketchup-error span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #a22d43;
  border-top: 10px solid #a22d43;
  border-bottom: 0;
  margin-left: 10px;
}