p.variable {
    display: block;
    padding-right: 1em;
    font-weight: bold;
    font-size: 10pt;
    text-indent: 2em;
}
p.returns {
    color: #191970;
    font-style: italic;
    font-size: 10pt;
    text-indent: 3em;
}
p.params {
    font-weight: bolder;
	font-size: 12pt;
    line-height: 1.1;
    color: inherit;
}

/* Monospace text for code single line*/

pre
{
	font-family: "Courier New", monospace;
	display: block;
	margin: 0 0 10.5px;
	padding: 20;
	line-height: 1.0;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1em;
	overflow: auto;
}

/* Monospace text for code spanning multiple lines*/

div.pre
{
	font-family: "Courier New", monospace;
	margin: 0 0 10.5px;
	padding: 20;
	line-height: 1.0;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1em;
	overflow: auto;
}