code, samp, kbd {
    font-family: "Courier New", Courier, monospace, sans-serif;
    text-align: left;
    color: #555;
}
pre.orderapi-tests code {
    line-height: 1.6em;
    font-size: 11px;
}
pre.orderapi-tests {
    padding: 0.1em 0.5em 0.3em 0.7em;
    border-left: 11px solid #ccc;
    margin: 1.7em 0 1.7em 0.3em;
    overflow: auto;
    width: 93%;
    border-left: 3px solid #ff4c00;
}
/* target IE7 and IE6 */
*:first-child+html pre.orderapi-tests {
    padding-bottom: 2em;
    overflow-y: hidden;
    overflow: visible;
    overflow-x: auto;
}
* html pre.orderapi-tests {
    padding-bottom: 2em;
    overflow: visible;
    overflow-x: auto;
}

.orderapi-title {
    border: 2px solid #eceaea;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}