/*********************************************
 *
 * STYLES FOR HTML NOTEBOOK - LN 
 *
 *********************************************/



/*********************************************
 * GLOBAL STYLES
 *********************************************/

body {
	background: rgba(255, 255, 255, 1.00);
	background-color: rgba(255, 255, 255, 1.00); 
	color: rgba(0, 17, 53, 1.00); 
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: normal;
}

/*********************************************
 * TITLE, AUTHOR & DATE
 *********************************************/

.titleLN,
.authorLN,
.dateLN,
.outlineLN {
	font-family: Arial, sans-serif;
	color: rgb(18,65,145,1.00);
}

.titleLN {
	font-weight: bold;
	font-size: 200%;
}

.authorLN,
.dateLN,
.outlineLN {
	font-weight: normal;
	font-size: 150%;
}

.highlightBlueLN {
	color: rgb(0,201,255,1.00)
}

.highlightGreenLN {
	color: rgb(75,221,51,1.00)
}

.highlightRedLN {
	color: rgb(255,49,84,1.00)
}

/*********************************************
 * HEADERS
 *********************************************/

h1,
h2,
h3,
h4 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: rgb(18,65,145,1.00)
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}


/*********************************************
 * Jupyter cell rendering
 *********************************************/

.jp-RenderedHTMLCommon {
	color: rgba(0, 17, 53, 1.00); 
	font-family: "Times New Roman", Times, Serif;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: normal;
	line-height: normal;
}

.jp-RenderedHTMLCommon p,
.jp-RenderedHTMLCommon ul,
.jp-RenderedHTMLCommon ol {
	text-align: justify;
}

/* To remove if cells with executed code ? */
.jp-InputPrompt {
	flex: 0 0 0;
}


/*********************************************
 * MISCELLANEOUS
 *********************************************/

/* CSS for 'error text box' */

div.output_subarea {
	max-width: calc(100%);
}

/* CSS for 'raw cell' */

div.raw_input {
	margin-left: 13ex;
}

