@charset "utf-8";
/* CSS Document */
.p5js-title-bar {
	width: 96%;
	background-color: #0074a2;
	color: #FFF !important;
	display: inline-block;
	padding-left: 16px;
	margin-top: 30px;
}
.p5js-title-bar h2 {
	color: #FFF;
}
.p5js-subheader-container {
	width: 96%;
}
.p5js-subheader-left {
	float: left;
}
.p5js-subheader-right {
	float: right;
	margin-top: 20px;
}
.p5js-bold {
	font-weight: 900;
}
.p5js-bodytext {
	font-size: 15px;
	font-weight: 700;
}
.p5js-embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.p5js-embed-container iframe, .p5js-embed-container object, .p5js-embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
