.ketchup-error-container span , .ketchup-error-container ol {
    margin:0;
    padding:0;
}

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

.ketchup-error-container ol {
  font-size: 10px;
  color: white;
  background: #2BA2F8;
  background: rgba(43, 162, 248, 0.6);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 10px;
  margin-top:0;
  margin-bottom:0;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 5px solid transparent;
  border-top: 5px solid #2BA2F8;
  border-top: 5px solid rgba(43, 162, 248, 0.6);
  border-bottom: 0;
  margin-left: 10px;
}
