
.snippets-editor .codebox { 
	display:none; 
}


.snippets-editor .codebox textarea{ 
	width: 100%;
	height: 200px
}
.snippets-editor .codebox.active { display:block; }

.snippets-editor .save-snippet-btn,
.snippets-editor .delete-snippet-btn{
	float:right;
	margin: 4px 2px 0 5px;
}

#snippet_template{

	display:none;
}


#newSnippetGroupName{

	width: 400px;
	margin-left:10px;
	
}

.snippets-editor .snippet-position-input{
	
	margin: 3px 0 0 0;
	float:right;
}

.snippets-editor .snippet-position-input label{
	margin: 8px 6px 0 0;	
	float:left;
	font-weight:bold;
}

.snippets-editor .snippet-position-input input{
	width:40px;
}
.snippets-editor  .nav-tab{
	color: #AAA;
}
.snippets-editor  .nav-tab.coded{
	color: #222;
}

.snippets-editor  .nav-tab-active{
	background: #EDE7B8;
}

.snippets-editor h2 {
    margin-bottom: -1px !important;	
}

	
.snippets-editor  h3{

	float:left;
	padding: 4px 0 !important;
	margin: 10px 0 0 0 !important;
}

.snippets-editor  .clearfix{
	clear:both;
}

.snippets-spinner {
	background: url('/wp-admin/images/wpspin_light.gif') no-repeat;
	background-size: 16px 16px;
	display: none;
	float: right;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 16px;
	height: 16px;
	margin: 5px 5px 0;
}
