<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ketchup-error {
  position: absolute;
  width: auto;
}

.ketchup-error ul {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #FFF;
  background: red;
  background: rgba(255, 0, 0, 0.8);
  padding: 10px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error 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.6);
  border-bottom: 0;
  margin-left: 10px;
}

.ketchup-custom { clear:both;
  line-height: 1em;
  display: none;
}

.ketchup-custom li { 
list-style-type:none;
  font-size: 10px;
  text-transform: uppercase;
  /*text-shadow: 1px 1px 0 #9F4631;*/
  border: 0;
  color: white;
  background: rgba(255, 0, 0, 0.8);
  padding: 5px 5px;
  margin-top: 1px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
}
</pre></body></html>