body.post-type-ff-customcode-item #visibility 	{
	display: none;
}

#CustomCodeContent .hndle,
#CustomCodeContent .handlediv 	{
	display: none;
}

#CustomCodeContent .inside 	{
	padding: 0;
	margin: 0;
}

#CustomCodeContent pre.ace_editor 	{
	margin: 0;
	padding: 0;
}

#CustomCodeContent .ace_gutter 	{
	background: #f5f5f5;
}

#CustomCodeContent .ff-editor-before,
#CustomCodeContent .ff-editor-after 	{
	font-family: 'Monaco','Menlo','Ubuntu Mono','Consolas','source-code-pro',monospace;
	font-size: 13px;
	color: #aaaaaa;
	position: relative;
	padding: 0 0 0 4px;
	margin: 0 0 0 41px;
	height: 18px;
}

#CustomCodeContent .ff-editor-before-inner,
#CustomCodeContent .ff-editor-after-inner 	{
	position: absolute;
	top: 0;
	left: -41px;
	width: 41px;
	height: 18px;
	background: #f5f5f5;
}

#post-formats-select label 	{
	display: block;
}