body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    color: #586375;
    background-color: #fdf6e3;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

img {
    width: 100%;
}

p {
    margin: 0.5em 0;
}

p > code {
    font-size: 16pt;
}

pre.sourceCode.python {
    margin-top: 0;
    margin-bottom: 0;
}

code {
    font-weight: normal;
}

code > .delta {
    color: #E00000;
    font-weight: bold;
}

div.slide.titleslide {
    text-align: center;
}

div.slide.titleslide h1 {
    padding-top: 10%;
    margin-right: 0;
}

blockquote {
    /*background-color: #E4E5E7;*/
    background-color: #eee8d5;
    border: 1px solid #95ABD0;
    padding: 0.5em;
}

div.multi-line-title {
    text-align: center;
    margin-top: 2em;
}