.wp-geshi-highlight pre, .wp-geshi-highlight span {
color: #444;
overflow: visible;
margin: 0 !important;
padding: 0;
border: none;
box-shadow: none;
background: none;
font-size: 12px !important;
line-height: 20px !important;
font-family: Consolas, Monaco, 'Lucida Console', monospace;
word-wrap: normal; white-space: pre;
}
.wp-geshi-highlight ol {
margin: 0 !important;
padding: 0 !important;
list-style-type: decimal !important;
}
.wp-geshi-highlight ol > li {
position: relative; margin: 0 0 0 40px; }
.wp-geshi-highlight li {
padding-left: 2px;
font-family: Consolas, Monaco, 'Lucida Console', monospace !important;
font-size: 12px !important;
line-height: 20px !important;
list-style: decimal !important;
}
.wp-geshi-highlight {
padding: 7px 10px 7px 15px;
margin: 2px 0 30px 0;
overflow-x: auto;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
background-color: #fdfdfd;
box-shadow: 0 8px 7px -10px #CCC, 0 -8px 7px -10px #CCC;
} .wp-geshi-highlight div ol li {
background-color: #fdfdfd;
}