.ketchup-error-container 
{ display: none;
  position: absolute;
  width: 180px;
  margin-left: 300px;
  margin-top: 40px;
  left: 0 !important;}

.ketchup-error-container ol {
  font-size: 12px;
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 13px;
  margin-bottom:-10px;}

.ketchup-error-container span {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 0 solid transparent; 
  border-top: 10px solid red;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: -14px;}