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

.ketchup-error ul {
  padding: 0;
  margin: 0; font-size: 12px;
  text-align: left; color: #000;
  border: 2px solid #76c0f3; background: white;
  padding: 10px; list-style: none;
  line-height: 16px; font-family: 'Ubuntu Light';
}

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