/* Style definitions for python code from pygments. */
.python { background: #f8f8f8; font-size: 10pt}
.python .hll { background-color: #ffffcc }
.python .c { color: #60a0b0; font-style: italic } /* Comment */
.python .err { border: 1px solid #FF0000 } /* Error */
.python .k { color: #007020; font-weight: bold } /* Keyword */
.python .o { color: #666666 } /* Operator */
.python .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.python .cp { color: #007020 } /* Comment.Preproc */
.python .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.python .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.python .gd { color: #A00000 } /* Generic.Deleted */
.python .ge { font-style: italic } /* Generic.Emph */
.python .gr { color: #FF0000 } /* Generic.Error */
.python .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.python .gi { color: #00A000 } /* Generic.Inserted */
.python .go { color: #808080 } /* Generic.Output */
.python .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.python .gs { font-weight: bold } /* Generic.Strong */
.python .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.python .gt { color: #0040D0 } /* Generic.Traceback */
.python .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.python .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.python .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.python .kp { color: #007020 } /* Keyword.Pseudo */
.python .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.python .kt { color: #902000 } /* Keyword.Type */
.python .m { color: #40a070 } /* Literal.Number */
.python .s { color: #4070a0 } /* Literal.String */
.python .na { color: #4070a0 } /* Name.Attribute */
.python .nb { color: #007020 } /* Name.Builtin */
.python .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.python .no { color: #60add5 } /* Name.Constant */
.python .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.python .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.python .ne { color: #007020 } /* Name.Exception */
.python .nf { color: #06287e } /* Name.Function */
.python .nl { color: #002070; font-weight: bold } /* Name.Label */
.python .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.python .nt { color: #062873; font-weight: bold } /* Name.Tag */
.python .nv { color: #bb60d5 } /* Name.Variable */
.python .ow { color: #007020; font-weight: bold } /* Operator.Word */
.python .w { color: #bbbbbb } /* Text.Whitespace */
.python .mf { color: #40a070 } /* Literal.Number.Float */
.python .mh { color: #40a070 } /* Literal.Number.Hex */
.python .mi { color: #40a070 } /* Literal.Number.Integer */
.python .mo { color: #40a070 } /* Literal.Number.Oct */
.python .sb { color: #4070a0 } /* Literal.String.Backtick */
.python .sc { color: #4070a0 } /* Literal.String.Char */
.python .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.python .s2 { color: #4070a0 } /* Literal.String.Double */
.python .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.python .sh { color: #4070a0 } /* Literal.String.Heredoc */
.python .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.python .sx { color: #c65d09 } /* Literal.String.Other */
.python .sr { color: #235388 } /* Literal.String.Regex */
.python .s1 { color: #4070a0 } /* Literal.String.Single */
.python .ss { color: #517918 } /* Literal.String.Symbol */
.python .bp { color: #007020 } /* Name.Builtin.Pseudo */
.python .vc { color: #bb60d5 } /* Name.Variable.Class */
.python .vg { color: #bb60d5 } /* Name.Variable.Global */
.python .vi { color: #bb60d5 } /* Name.Variable.Instance */
.python .il { color: #40a070 } /* Literal.Number.Integer.Long */

/* Style definitions for matlab code from pygments. */
.matlab { background: #f8f8f8; font-size: 10pt}
.matlab .hll { background-color: #ffffcc }
.matlab .c { color: #008800; font-style: italic } /* Comment */
.matlab .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.matlab .k { color: #000080; font-weight: bold } /* Keyword */
.matlab .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.matlab .cp { color: #008080 } /* Comment.Preproc */
.matlab .c1 { color: #008800; font-style: italic } /* Comment.Single */
.matlab .cs { color: #008800; font-weight: bold } /* Comment.Special */
.matlab .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.matlab .ge { font-style: italic } /* Generic.Emph */
.matlab .gr { color: #aa0000 } /* Generic.Error */
.matlab .gh { color: #999999 } /* Generic.Heading */
.matlab .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.matlab .go { color: #888888 } /* Generic.Output */
.matlab .gp { color: #555555 } /* Generic.Prompt */
.matlab .gs { font-weight: bold } /* Generic.Strong */
.matlab .gu { color: #aaaaaa } /* Generic.Subheading */
.matlab .gt { color: #aa0000 } /* Generic.Traceback */
.matlab .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
.matlab .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
.matlab .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
.matlab .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
.matlab .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
.matlab .kt { color: #000080; font-weight: bold } /* Keyword.Type */
.matlab .m { color: #0000FF } /* Literal.Number */
.matlab .s { color: #800080 } /* Literal.String */
.matlab .na { color: #FF0000 } /* Name.Attribute */
.matlab .nt { color: #000080; font-weight: bold } /* Name.Tag */
.matlab .ow { font-weight: bold } /* Operator.Word */
.matlab .w { color: #bbbbbb } /* Text.Whitespace */
.matlab .mf { color: #0000FF } /* Literal.Number.Float */
.matlab .mh { color: #0000FF } /* Literal.Number.Hex */
.matlab .mi { color: #0000FF } /* Literal.Number.Integer */
.matlab .mo { color: #0000FF } /* Literal.Number.Oct */
.matlab .sb { color: #0000FF } /* Literal.String.Backtick */
.matlab .sc { color: #800080 } /* Literal.String.Char */
.matlab .sd { color: #800080 } /* Literal.String.Doc */
.matlab .s2 { color: #800080 } /* Literal.String.Double */
.matlab .se { color: #0000FF } /* Literal.String.Escape */
.matlab .sh { color: #800080 } /* Literal.String.Heredoc */
.matlab .si { color: #800080 } /* Literal.String.Interpol */
.matlab .sx { color: #800080 } /* Literal.String.Other */
.matlab .sr { color: #800080 } /* Literal.String.Regex */
.matlab .s1 { color: #800080 } /* Literal.String.Single */
.matlab .ss { color: #800080 } /* Literal.String.Symbol */
.matlab .il { color: #0000FF } /* Literal.Number.Integer.Long */

/* Line number formatting */
.linenos { font-size: 10pt; color: #bfbfbf }

