/* puzzlep.css for printing puzzles by Michael Benson for Mystery Master. */

@charset "ISO-8859-1";

body { background-color:white; color:black; }

/* Hide all images. */
img { display:none; }

/* Hide the Board. */
#tblBoard { display:none; }

/* Hide all tab elements except the Chart. */
#divTabButtons { display:none; }
.tabContent { border:0; }

/* overflow:hidden hides the scrollbar in IE11. */
#divTabContents { border:0; overflow:hidden; }

/* !important affects the content within the div! */
#divNouns { display:none !important; }
#divVerbs { display:none !important; }
#divLinks { display:none !important; }
#divFacts { display:none !important; }
#divRules { display:none !important; }
#divMarks { display:none !important; }
#divChart { display:block !important; }
#divGrids { display:none !important; }
#divTrace { display:none !important; }
#divSetup { display:none !important; }

#tblChart th { border-color:black; }
#tblChart td { border-color:black; }
#tblChart button { border:0; background-color:white; }

/* Hide the links on the footer. */
#divFooter { display:none !important; }
