.reveal blockquote {
    font-style: normal;
    background: #feffbb;
}

.reveal .slide-number {
    position: absolute;
    top: .2em;
    right: .6em;
    width: 1em;
    height: 1em;
    font-size: 150%;
    color: #fff;
}

.reveal .slide-background.title-slide {
    background-position: bottom;
}

.reveal .slides .title-slide {
    margin-top: -100px;
}

.title-slide h1 {
    color: #fff;
    font-size: 2.6em;
    line-height: 1.1;
}

.title-slide h2 {
    color: #fff;
    font-size: 1.11em;
}

.title-slide a {
    color: #fff;
}

.reveal pre {
    font-size: 0.52em;
}

.reveal pre code {
    max-height: 570px;
}

.reveal .slide-background {
    background-position: top center;
    background-image: url(dc_back_next.png);
    background-size: auto 100%;
}

.hljs-comment, .hljs-deletion, .hljs-meta {
    color: #948f77;
}

