pre.prettyprint, code.prettyprint {
        background-color: #111122;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
        -khtml-border-radius: 8px;
        border-radius: 8px;
	white-space: pre-wrap;
        color:#FFFFFF;
        margin: 1em auto;
        padding: 1em;

}
