/* fix sytax highlighting*/
.entry-content code {
background-color: #ddd;
color: #333;
}

pre.prettyprint code {
 background-color: #fff; 
}

/* move edit link down */
.post-edit-link {
  margin-top: 30px;
  display: inline-block;
}