/* Change code blocks font and bump up font size slightly (normally 12px)*/
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre {
	font-family: 'Fira Code', monospace !important;
	font-size: 13px !important;
	white-space: pre-wrap;
}

/* Change code descriptions and literal blocks (inline code via ``) to match the normal font size being used in the sphinx_RTD_theme text  (normally 14px)*/
.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) code.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) code.descclassname, code.docutils {
	font-family: 'Fira Code', monospace !important;
	font-size: 15px !important;
}

/* Change default max width from 800px to better suit max 150 line width in */
.wy-nav-content {
max-width: 1200px !important;
}
