div.command, div.mysql_command, div.windows_command, .code  {
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Verdana;
	margin-bottom: 10px;
}

div.command:before {
	content: "$ ";
}

div.mysql_command:before {
	content: "mysql> ";
}

div.windows_command:before {
	content: "C:\\ ";
}

.code {
	font-family: Arial;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
