div.bc-synhighlighter-outer {
	
	background: #FFF;
	padding: 0px 10px;
	
}

div.bc-synhighlighter-inner {
	height: auto;
	/*max-height: 300px;*/
	overflow: auto;
	background: #E9E9E6 none repeat scroll 0 0;
	padding: 0;
	border-color: #C3CBD1;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	clear: both;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
	padding-left: 2px;
	line-height: normal;
	text-align: left;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}




a.bc-synhighlighter-title {
	cursor: pointer;
	font-size: small;
}

div.bc-synhighlighter-inner pre {
	background: none;
	border: none;
	margin: auto;
	padding: inherit;
	line-height: normal;
}

div.bc-synhighlighter-inner ol {
	list-style-position: outside !important;
	padding: 0;
}

div.bc-synhighlighter-inner li {
	list-style-position: outside !important
}



.braincloud-snippets .bc-snippets{
	
	margin-bottom: 20px;

}

.braincloud-snippets .snippet-notes{

	background: #F7F7F7;
	padding: 10px;
}



.braincloud-snippets .bc-snippets  .method-label{

    font-size: 1.6em;
	padding: 8px 4px;
	
}

.braincloud-snippets  .nav-tabs{


	margin-bottom: 0;
	border-left:  1px solid #BBB;

}

.braincloud-snippets  .nav-tabs li{

	border-top: 1px solid #BBB;
	background: #eee;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	 
}

.braincloud-snippets  .nav-tabs li.active{

	border-bottom: 1px solid #FFF;
	border-right: none; /*1px solid #BBB;*/
	border-left: 1px solid #BBB;
	
}



.braincloud-snippets  .nav-tabs li:first-child{

	border-left: none;
}

.braincloud-snippets  .nav-tabs li.active:first-child{

	border-right: none;
}


.braincloud-snippets  .nav-tabs li:last-child{

	border-right: 1px solid #BBB;
}

.braincloud-snippets  .nav-tabs li.active:last-child{

	border-right: 1px solid #BBB;

	
}

/*
.braincloud-snippets  .nav-tabs li.active:last-child{

	border-right: none;
}
*/

.braincloud-snippets .nav-tabs > li {
    float: left;
    margin-bottom: 0;
}



.braincloud-snippets  .codebounds{

	margin:1px;
	background: #FFF;
	padding: 4px;
}



.bc-snippets ul.tab-content {
    margin: 0 0 0 1px;
    padding: 0;
}

.osc-res-nav.nav-tabs{

background: #DEDEDE;
}

.bc-snippets.tabbable{

	border: 1px solid #888;
}

.bc-snippets.nav-tabs > li {

	background: #EEEEEE;
	
}


.bc-snippets .nav-tabs > li > a {
    border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 1px;
}

.bc-snippets .nav-tabs > li > a:focus {
    border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: none; /* 1px solid #BBB;*/
}
.bc-snippets .nav-tabs > li > a:hover {
    border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: none; /* 1px solid #BBB; */
}


.bc-snippets .tab-content > .active,
.bc-snippets .pill-content > .active {
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 4px 10px;
}

.bc-snippets .nav-tabs{

	border-bottom: none;
}

.snippet-wrapper{

	border: 1px solid #BBB;
	margin-top: -1px;			
}

.snippets.fa{

	font-size: 15px;
	margin: 10px 0 0 10px;
}


