h1 {
    text-align: center;
}

caption {
    text-align: left;
    font-size: 0.9em;
    font-family: 'Helvetica Neue','Helvetica','sans-serif';
    font-weight: bold;
}

.ip {
    margin-top: 0em;
    margin-bottom: 0.5em;
    text-align: justify;
    text-indent: 0em;
    line-height: 1.3em;
    text-autospace: none;
    font-size: 1.0em;
    font-family: 'Times New Roman', serif;
}

.figure {
    border: solid 2px black;
    padding: 5px;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

div.bh {
    font-size: 1.1em;
    font-family: 'Helvetica Neue','Helvetica','sans-serif';
}

.FunctionButton {
    font-family: 'Courier New','Monospaced';
    font-weight: bold;
    font-size: 1.0em;
    width: 100%;
}

.i {
    font-family: 'Times New Roman',serif;
    font-weight: normal;
    font-style: italic
}

.prompt {
    color: #660000;
}

.strlit {
    color: #006600;
}

.comment {
    color: #009999;
}

.keyword {
    color: #CC6600;
}

.builtin {
    color: #993399;
}

.string {
    color: #006600;
}

.number {
    color: #000000;
}

.error {
    color: #FF0000;
}

.docstring {
    color: #006600;
}
