/*.wp_syntax {
  font-size:14px;
  color: #100;
  background-color: #3E3E3E;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}*/

.wp_syntax {
    background: #002B36 url(img/code_top_bg.png) repeat-x !important;
    padding:40px 10px 20px 20px;
    border-radius: 0 0 5px 5px;
    line-height:0.78em;
    overflow:auto;
    font-size:0.9em !important;
    border-radius: 5px;
    max-width: 99%;
    margin: -15px auto auto;
}

/* 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;
}


.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}


.wp_syntax .line_numbers {
  text-align: right;
  color: gray;
  overflow: visible;
}

.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 14px;
  line-height: 1.333;
  white-space: pre;
  color: #D0D0D0;

}


