/* (1)
 * Make quotations small enough to fit on the slide. */
.slide q {
    font-size: 1em;
}


/* (2)
 * Add a bit of space between slide titles and images. */
.slide object, .slide img {
    margin: 1em 0 1em 0;
}


/* (3)
 * Don't display glossary terms as hyperlinks. */
.slide a.reference {
    text-decoration: none
}
.slide a.reference span.std {
    text-decoration: underline;
}
.slide a.reference span.xref {
    text-decoration: none;
    color: #909090;
    font-style: italic;
}
.slide a.reference span.xref:hover {
    text-decoration: underline;
    color: #0066CC;
}


/* (4)
 * Make code block captions legible. */
.slide .code-block-caption span {
    font-size: 2em;
}
