.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
  margin-left:5px;
}

.ketchup-error-container ol {
  font-size: 9px;
  color: #000;
  background: red;
  background: rgba(255, 0, 0, 0.6);
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 16px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 10px solid transparent;
  border-top: 10px solid red;
  border-top: 5px solid rgba(255, 0, 0, 0.6);
  margin-top: 0px;
  margin-left: 5px;
}
#toc {
  position: fixed;
  top: 260px;
  left: 30px;
  width: 200px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#toc li {
  font-size: 1.4em;
  line-height: 22px;
  margin-top: 20px;
}
#toc li a {
  color: #222222;
  text-decoration: none;
  border-bottom: 1px solid #f7b4a8;
  padding-bottom: 2px;
}
#toc li a:hover {
  color: #111111;
  border-bottom: 1px solid #cd2300;
  background: none;
}
#toc li:first-child { margin-top: 0; }
#wrapper {
  width: 670px;
  margin: 20px 0 80px 0;
}
.ketchup-error-container-alt {
  margin: 10px;
  width: 510px;
  display: none;
}
.ketchup-error-container-alt li {
  background: #f04d5b;
  color: black;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  margin-bottom: 3px;
  boder-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
