/*******************************************************************************
 * Custom css styles
 * Author: Alex Shatlovsky, shatlovsky@gmail.com
 * http://shatlovsky.ru/blog/
 * Last updated: 19/09/2008
 *******************************************************************************/

code {
	text-align: left;
	font-weight: bold;
	width: 430px;
	overflow: auto;
	white-space: pre;
}

.warn {
	color: #af0000;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #af0000;
}

textarea, input, select {
	font-family: monospace;
}

pre {
 	border: 1px dotted #ccc;
	padding: 0.2em 0.5em;
	font-size: 1.2em;
	overflow: auto;
	width: 450px;
} 


