html, body{margin:0;padding:0;}
body {
	/*zoom: 75%;*/
	padding : 1%;;
}
/*.embedded-img {
	float: right;
}
*/
pre.syntaxhighlighter-pre.hljs {
	padding: 1%;
	margin: 10 0 10 0;
	overflow-x: scroll;
	border-radius: 7px 7px 7px 7px;
}

/* INFO PANELS ------------------------------------------------- */
.panel-text {
	border-radius: 7px 7px 7px 7px;
	margin: 10 0 10 0;
}
.panel-DEEBFF {
	background-color: #DEEBFF;
}
.panelContent {
	padding: 7px;
}

/* ACCORDION ------------------------------------------------- */
.expand-container {
	background-color: palegreen;
	border-radius: 7px 7px 7px 7px;
	padding: 7px;
	margin: 10 0 10 0;
}
.expand-control {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
.expand-control-text {
	font-weight: bold;
}
.expand-content {
	display: block;
}

.expand-content.expand-hidden {
	display: none;
}
