html, body {
	background-color: transparent;
}

#sideButtons,
#sideControls,
.OPlogo,
#codeOptions {
	display: none !important;
}
.navbar .iconsRow {
	padding-left: 0;
	padding-right: 0;
}
#app.fullscreen #controls,
#app.fullscreen .navbar,
#app.fullscreen .sidePanel,
#app.hideInstructions #introPanel,
#codeTabs .tabCloseButton,
#addCodeButton 
 {
	display: none;
}
body.showInstructions #introPanel {
	display: block;
	opacity: 1;
}
#app.fullscreen.showInstructions #introPanel {
	top: 0px;
}
#codePanel #codeTabs li.selected {
	padding-right: 0;
}
#codePanel #codeTabs li:last-of-type
{
	margin-right: 0;
}

.navbar .sketchInfo {
	margin-left: 0;
	display: block !important;
}

.navbar .icon_fork_white {
	top: -1px;
	margin-right: 5px;
}
#sketch .icon_minimize,
#codeOptions .icon_minimize
{
	display: none;
}
#infoPanel h1 {
	margin-top: 70px;
	font-size: 60px;
}
#embedPageLink {
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 15px;
}
#app.hideInstructions #introPanel{
	display: none;
}
.navbar .sketchInfo{
	padding-left: 15px;
}

@media (max-width: 768px) {
	#embedPageLink {
		margin-top: 0px;
		font-size: 14px;
		line-height: 1.1;
		align-content: baseline;
		padding-top: 10px;
		text-align: right;
	}
}