    .post {
        color: #000000;
        background-color: #ECEDF3;
        font-size: 12px;
        font-family: verdana, sans-serif;
        margin-bottom: 5px;
        padding: 5px;
    }

.code {
	color: #000000;
	background-color: #fff;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	line-height: 1.3em;
	border: 1px solid #000000;
	padding: 5px;
	margin: 1px 3px 4px 6px;
	 width: 93%;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}

    .post .quoteheader .codeheader {
        color: #476C8E;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 1.2em;
        margin-left: 6px;
    }

    .post .quote {
        color: #000000;
        background-color: #f1f2f4;
        border: 1px solid #d0d0e0;
        padding: 5px;
        margin: 1px 3px 6px 6px;
        font-size: 11px;
        line-height: 1.4em;
    }
