.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
  word-break:break-all;
  white-space:normal;
   word-wrap:break-word;
   width:500px;
}

/* IE FIX */
.wp_syntax {
  overflow-x:auto;
  *overflow:hidden;
  white-space:normal;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width:500px;
  word-break:break-all;
  white-space:normal;
  word-wrap:break-word;
}

.wp_syntax table {
  border-collapse: collapse;
  width:500px;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding:6px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
  width:18px;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 13px;
  line-height:120%;
  font-family:Arial;
}
