
#content div.code { 
  line-height: 18px;
  margin-top: .4em;
}

#content xdiv.code p {
  display: none;
}

#content div.code div.title { 
  background: #dddddd;
  color: black;
  padding: .3em .7em;
}

#content div.code code {
  background: #e7e7e7;
  color: #000;
  line-height: 18px;
  margin-bottom: 18px;
  background: #f0f0f0;
  padding: 1.5em;
  font-size: 12px;
  display: block;
}


#content div.code pre code {
}

#content div.code pre code {
  font-size: 12px;
}

div#allposts a { text-decoration: none; }
