.wp_syntax {
  color: #100;
  background-color: #fff;
  border: 1px dashed silver;
  margin: 0 0 2px 0;
  overflow: auto;
  font-family:verdana;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
  width:100%;
}

.wp_syntax td {
  vertical-align: top;
  padding: 1px 1px !important;
}
.wp_syntax div{
  vertical-align: top;
  padding: 1px 1px !important;
}
.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}
.wp_syntax .code{
  text-align: left;
  background-color: #fff;
  overflow: visible;
  width:auto;
}
/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 14px;
  line-height: 1.333;
  white-space: pre;
  background-color:#fff;
  border:0px !important;
}
