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

.ketchup-error-container ol { font-size: 12px; color: #111; background: red; background: #D1ECF9; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; list-style: none; line-height: 16px; font-family: Arial, Helvetica, sans-serif; }

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