.wp_syntax {
  width:100%;
  color: #100;
  overflow: auto;
}

.wp_syntax table {
  border-collapse: collapse;

}

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

.wp_syntax .line_numbers {
  text-align: right;
 background-color: silver;
  color: gray;

}

/* potential overrides for other styles */
.wp_syntax td pre {
  margin: 0;
  width:100%;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  font-family:'Lucida Console';
}
