#sideButtons,
#sideControls,
.OPlogo,
.codeOptions {
	display: none !important;
}
body.fullscreen #controls,
body.fullscreen .navbar,
body.fullscreen .sidePanel,
body.hideInstructions #introPanel,
#codeTabs .tabCloseButton,
#addCodeButton 
 {
	display: none;
}
body.showInstructions #introPanel {
	display: block;
	opacity: 1;
}
body.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 a {
	color: #ED7B7B;
}
#infoPanel h1 {
	margin-top: 70px;
	font-size: 60px;
}
#embedPageLink {
	display: block;
	margin-top: 0px;
	margin-right: 15px;
}
body.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;
	}
}