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

.ketchup-error-container ol {
  font-size: 12px;
  color: #000;
  background: red;
  background: rgba(255, 0, 0);
  padding: 2px 4px;
  margin: 0px;
  margin-left: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 5px solid transparent;
  border-top: 4px solid red;
  border-top: 4px solid rgba(255, 0, 0);
  border-bottom: 0;
  margin-left: 24px;
}