/* Force wrap for all Sphinx code blocks */
.highlight pre {
    white-space: pre-wrap !important;       /* CSS3 */
    white-space: -moz-pre-wrap !important;  /* Firefox */
    white-space: -pre-wrap !important;       /* Opera */
    white-space: -o-pre-wrap !important;     /* Opera */
    word-wrap: break-word !important;        /* Internet Explorer */
}