@charset "utf-8";
@import "commonstyle.css";
/* style sheet for examinations without answers */

/* make sure solutions don't show */
.solution { visibility: hidden; }
ins.solution { display: none; font-size: inherit; line-height: inherit; }
del.solution { text-decoration: none; color: black; visibility: visible;
               font-size: inherit !important; line-height: inherit !important; }
table.solution tr, table.solution th, table.solution td { border: 1px hidden white; }
