/* =========================== */
/* == GENERAL PMAGPY STYLES == */
/* =========================== */

body h2 { font-size:24px; }

/* fix bibliography alignment */
body p.bibitem { text-align:left; }
body p.bibitem span.bibsp { display:none; }

/* make panel titles purple */
div.panel.tableofcontents > span.label { color:#800080; }

/* ============================ */
/* == PMAGPY COOKBOOK STYLES == */
/* ============================ */

/* put table of contents in a right floating panel */
div.panel.tableofcontents { float:right; clear:right; width:400px; margin:10px -20px 20px 40px; font-weight:bold; }

/* hide the table of contents headings */
/*span.likechapterToc, h2.likechapterHead { display:none; }*/

/* stop verbatim content from clearing right-floating divs */
body div.verbatim { clear:left; }