
/*
 * My (JP's) thanks to Gergely Nagy for teaching me how this works!
 */

.rst-content code {
	color: #333;
	border: solid 1px #e1e4e5;
}

.rst-content pre code {
	color: #333;
	background-color: #fff;
	border: solid 1px #e1e4e5;
	line-height: 150%;
}

img.framed {
	border: solid 3px #e1e4e5;
}
