#butter .red {
  color: red !important;
}

#butter {
 color: #505050;
 font-size: 16px;
 word-spacing: 0.3px;
 line-height: 1.5;
 margin-top: 30px;
}

#butter p {
margin: 0 0 1.5em;
}

#butter pre {
 margin-top: 10px;
}

#butter code {
 font-size: 90%; 
 padding: 0px;
}


#butter li.line-through {
  text-decoration: line-through;
}

#butter ul.wildcard-examples-list {
     list-style-type: none;
}

#butter blockquote {
 font-size: 95%;
 border-left: 3px solid #afafaf; 
 margin-left: 20px; 
 padding: 0 0 0 10px;
}

#butter blockquote.caution {
 border-left: 3px solid #ff0000; 
}

#butter .tip {
  margin: 10px 0;
  padding: 10px;
  padding-left: 35px;
  background-position: 5px 7px;
  background-color: #ffffcc;
  border: 1px solid #ccc;
  font-size: 12px;
  background-image: url('/assets/comment_24-641fbf1cc23afcf0a08aee81e1dbc8cf9722b02c197fe0d21fbd6c8801f44763.gif');
  background-repeat: no-repeat;
  line-height: 16px;
}

#butter .attention {
  margin: 10px 0;
  padding: 10px;
  padding-left: 35px;
  background-position: 5px 7px;
  background-color: #ffffcc;
  border: 1px solid #ccc;
  font-size: 12px;
  background-image: url('/assets/notification_24-38c90805e0a19cb1cf43b6b636fac5b12ba26e445f722f342f46172c74305b7f.gif');
  background-repeat: no-repeat;
  line-height: 16px;
}


#butter code { 
  color: green;
  background-color: inherit;
}

#butter ul.striped {
  padding: 0;
}

#butter ul.striped li {
  border-bottom: 1px #ccc solid;
  padding: 5px 5px 5px 5px;
  list-style-position: inside;
  list-style-type: square;
  list-style-image: none;
}

#butter ul.striped li:nth-child(even) {
  background-color: #f0f3f9;
}

#butter .hilite {
  background-color: #ffffcc;
  padding: 2px;
}

#butter .install_disclaimer {
    font-size: 12px;
    color: #666;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#butter ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}

#butter ol.list-spacing-normal li {
    padding: 0;
}

#butter pre.bash {
 background-color: #f5f5f5;
 color: green;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

#butter ul.pros-cons  {
  padding: 0 10px;
}
#butter ul.pros-cons li {
  font-size: 80%;
}