html.wait, html.wait * { 
	cursor: wait !important; 
}

body {
	Xdisplay: flex;
  Xflex-direction: column;
	padding-left: 180px;
}

/*
.page-wrapper {
	position: block;
	margin: auto auto;	
	max-width: 100px;
}
*/

main {
	Xmargin: auto auto;
	Xmargin-top: 10px;
	margin-left: 220px;
	width: 900px;
	Xflex-grow: 1;
}
button {
	font-size: medium;
	margin-bottom: .2rem;
}

footer {
	clear: both;
	display: block;
	padding-top: 4rem;
	margin-bottom: 1rem;
	text-align: center;
	vertical-align: middle;
}
iframe {
	border: none;
	width: 100%;
}
aside {
	display: inline-block;
	position: fixed;
	width: 170px;
	top: 20px;
	XXleft: -300px;
	padding: 10px;
	border: 1px solid #dadada;
	z-index: 25;
	opacity: 0.9;
	background: #fff;
	XXflex-grow: 1;
}
aside .nav {
	width: auto;
	display: block;
	float: right;
}
a#burger-menu {
	display: none;
	color: #222;
	font-size: xx-large;
	margin-right: 10px;
	position: relative;
	top: -3px;
	text-decoration: none;
}
aside ul {
	margin-left: 1rem;
	list-style-type: none;
	margin-block-start: 0px;
	padding-inline-start: 0px;
	background: #fff;
}
aside ul.root {
	margin-left: 0;
}
aside li {
	color: #212529;
}
aside li:hover {
	color: #000;
}
aside li.active {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
aside li.active li {
	font-weight: normal;
}
aside li a,
aside li a:active {
	color: inherit;
	text-decoration: none;
}
section {
	margin-bottom: 1rem;
}
/*
table td img {
	width: 250px;
	height: auto;
}
*/
h1, h2, h3 {
	margin: 30px 0 10px;
}
h4, h5 {
	margin: 10px 0 5px;
}
h1 {
	font-size: 36px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
/* special, to show unicode icons more nice */
pre code.force-unicode .hljs-string {
	font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', Consolas, "Liberation Mono", Courier, monospace;
}
/* x-mas dialog styling example */
dialog.x-mas {
	border-radius: 0;
	max-width: 650px;
	border: 1mm ridge #34a65f !important;
	background: linear-gradient(45deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
}
dialog.x-mas h4 {
	font-size: xxx-large;
	font-family: 'Mountains of Christmas';
	font-weight: 900;
	color: #cc231e;
  text-shadow: 1px 1px #34A65F;
}
dialog.x-mas .dialog-message {
	font-size: x-large;
	font-family: cursive;
	color: #cc231e;
  text-shadow: -1px -1px gold;
}
dialog.x-mas button {
	background-color: #0f8a5f;
	font-size: x-large;
	font-weight: bold;
	padding: 7px;
	color: gold;
	border-color: gold;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 1px 1px #fff;
}
dialog.nasa-earth {
	background: url(../assets/images/nasa-bluemarble-reduced.webp);
	background-size: cover;
	color: yellow;
	min-height: 50vh;
	font-size: xx-large;
}
dialog.nasa-earth .dialog-message  {
	text-shadow: 1px 1px 2px lime;
}

