body {
	font-family: sans-serif ;
	background: #181a1b; /*Lighter grey: #3d3d3d*/
	/* background: #110000 ; */
	color: #ccc ;
	font-size: 18px;
}

main {
	max-width: 800px ;
	margin: auto;
}

img {
	max-width: 100% ;
	padding: 0, 0, 0;
}

header h1 {
	text-align: center ;
}

h1 {
	color: goldenrod;
	font-size: 50px
}

h2, h3, h4, h5, h6 {
	color: #0BC473;
}

em {
	color: navajowhite;
}

footer {
	text-align: center ;
	clear: both ;
}


figure, figure img{
	margin: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figcaption, figcaption p {
	margin-top: .5rem;
	font-size: .75rem;
	font-style: italic;
	text-align: right;
	color: cornsilk;
	caption-side: bottom;
	position: relative;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

mark {
	background-color: #88843a84;
	color: white
}

mark > strong {
	background-color: lightgreen;
	font-weight: 500;
	color: black
}

a {
	color: Aqua;
}

strong {
	font-weight: 1000 ;
}

code {
	background-color: #4c4c4cb0;
	color: #d58000;
	font-weight: 800;
	font-size: 1em;
	white-space : pre-wrap !important;
}

blockquote {
	position: relative;
	padding-left: 1em;
	border-left: 0.2em solid #039be5;
	font-family: 'Roboto', serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
}

/* Table Design */
td, th {
	padding: 8px;
}

td + td, th + th {
	border-left: 1px solid #ddd;
}

tr:nth-child(even){
	background-color: #2E2B29;
}

tbody tr:hover {
	background-color: lightgrey;
	color: black;
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #02354F;
	border-bottom: 1px solid #ddd;
}

iframe {
	margin-top: 3em;
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}

/* navigator and breadcrumbs */
.navigator {
	text-align:right
}

.navigator a {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	text-decoration-line: none;
	padding-left: 2em;
}

.navigator a:hover {
	color:gold
}

.breadcrumbs a {
	font-size: 12px;
	color: white;
}

.markdown-notes {
	display: block;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	font-size: 18px;
	padding: 10px 15px;
}

.markdown-notes a {
	color: black
}

.markdown-notes a:hover {
	color: aqua
}


