.syntax {
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	overflow: scroll;
}

/* IE FIX */
.syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.syntax table {
  border-collapse: collapse;
}

.syntax div, .syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.syntax .line_numbers {
	text-align: right;
	background-color: #BBBBBB;
	color: #222222;
	overflow: visible;
}

/* potential overrides for other styles */
.syntax pre {
	width: auto;
	float: none;
	clear: none;
	overflow-x: auto;
	overflow-y: visible;
	font-size: 12px;
	line-height: 1.333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

