/* Some math overflows (but usually not much) make it scroll.*/
div.math {
    overflow : auto;
}

/* Also an extra class that can be added explicitly.*/
.scrollifneeded {
    overflow: auto;
}

/* A fakey terminal glow by text shadows... Hopefully not too bad to read but close enough to the old images. */
blockquote.epigraph {
    background-color: #010101;
    color: #0f8;
    padding-top:18px;
    padding-bottom: 1px;
    padding-left:18px;
    margin-left:6px;
    text-shadow:
	0 0 1px #0c8,
	0 0 2px #0c9,
	0 0 21px #0ca,
	0 0 30px #0fa;
}

/* Increase the font size in the epigraphs. */
blockquote.epigraph div p {
  font-size:140%
}

/* Except for in attribution, make that a bit smaller and pad it.*/
blockquote.epigraph div p.attribution {
    font-size: 110%;
    padding-left: 2em;
}
