/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */
pre {
margin:0;
padding:0;
overflow:auto;
white-space:pre-wrap;
word-wrap:break-word;
}
.codex {
font-family:"Monaco","Courier",monospace;
border:solid 1px #DfDfDF; 
padding:10px; 
background:#f4f9fb; 
line-height:18px;
margin-bottom:20px;
font-size:11px;
max-height: 300px;
overflow:auto;
}
code,
span.small {
font-family:"Monaco","Courier",monospace;
font-size:11px; 
color:#000;
}
