.docs #syntax {
	border: 0 transparent; /* Undo Bootstrap */
	border-radius: 0;
	border-left: 6px solid #669900;
	padding: 6px;
	background: #E0E0E0;
}
.docs dd {
	margin-left: 40px;
}
.docs article {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.docs h1 {
	margin-bottom: 24px;
}
.docs h2 {
	font-weight: bold;
	margin: 18px 0 12px 0;
}
.docs h3, h4 {
	font-weight: bold;
	margin-bottom: 12px;
}
.docs .left strong {
	font-weight: 500;
}

/* Bootstrap fixes */
.syntaxhighlighter table .container:before {
  display: none !important;
}
.syntaxhighlighter table .container {
  padding: 0;
}
.syntaxhighlighter table code {
  padding: 0;
}
/* End Bootstrap fixes */