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

.ketchup-error-container ol {
  font-size: 12px;
  color: #fff;
  background: #888888;
  padding: 2px;
  border-radius: 5px;
  -moz-border-radius: px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
  left:10px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 10px solid transparent;
  border-top: 10px solid ;
  border-bottom: 0;
  margin-left: 13px;
  float:left;
  margin-top: -12px;
	opacity: 0.5;
}
