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

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 16 : 0);
  width: 100%;
  max-height: 303px;
}

.wp_syntax table {
  border-collapse: collapse;
  margin: 0 !important;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
  text-align: left !important;
}

.wp_syntax .line_numbers{
  text-align: right !important;
  background-color: #def;
  color: gray;
  overflow: visible;
}

.wp_syntax .line_numbers pre{
	line-height: 1.38em;
}


/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
}
