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

.ketchup-error-container ol {
  font-size: 12px;
  color: #111;
  background: red;
  background: rgba(255, 0, 0, 0.8);
  padding: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
  behavior: (../../pie.htc);
  list-style-type: none!important;
  margin: 0px!important;
}

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

.ketchup-error-container li {
	margin: 0px;
	white-space: nowrap;
}
