﻿
.ketchup-error-container { 
  position: absolute;
  width: auto;
  margin-top: 40px;
  z-index: 1;
  pointer-events: none;  
}

.ketchup-error-container ol {
  font-size: 12px;
  color: #000;
  background: red;
  background: rgba(255, 0, 0, 1);
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height:5px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid rgba(255, 0, 0, 1);
  margin-left: 10px;
}