
.post pre {
	background: #fcfcfc;
	border: 1px #aaa solid;
	border-radius: 5px;
	padding: 10px;
	overflow: auto;
	margin-top: 20px;
}

.post pre:before {
	content: 'Code';
        padding-left:3px;
        padding-right:3px;
        background: #fff;
	margin-top: -24px;
	position: absolute;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}