/* syntax hilights */
.source {color: #00E0FF; box-shadow: inset 0 0 5px #0091A6;}
.source .bp {font-weight: bold}
.source .c {color: #7a7a7a} /* Comment # */
.source .k , .source .ow {color: #900; font-weight: bold} /* def, class, ... */
.source .kn {color: #9d1b8f} /* from foo import bla */
.source .m {color: #1b8f1b} /* Color codes */
.source .mi {color: #A65000;}
.source .na {color: #6C9E00}
.source .nb {color: #1100FF; font-weight: bold}
.source .nc {font-weight: bold} /* classnames */
.source .nt {color: #900000;}
.source .nv {color: #C000C0;}
.source .nn {color: #0091A6;}
.source .s, .source .s2 {color: #FFFF00} /* quotes */
.source .sd {color: #8b8b00} /* Documentation */
