/**
 * Prettify overrides for the MetaModel website
 */
pre {
	background-color: #222 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}

pre .pln {
	color: #fff !important;
}

pre .pun {
	color: #ccc !important;
}

pre .typ {
	color: #5594dd !important;
}

pre .str, pre .lit {
	color: #5594dd !important;
}

pre .com {
	color: #b8aa5a !important;
}

pre .kwd {
	color: #5594dd !important;
	font-weight: normal !important;
}

pre .tag {
	color: #5594dd !important;
}