/* Additional stylesheet used with print media only.
 * Very few user agents support this effectively, but Mozilla seems to
 * be making an attempt to do so.
 *
 * The primary goal of this is to remove some of the navigational
 * overhead that doesn't make sense in print, and generally make the online
 * aspects of the documentation less intrusive.
 */

.bottom-navigation         { display: none; }
.navigation .pagetitle     { display: none; }
.navigation td             { display: none; }
.navigation th             { display: none; }
.top-navigation .titlebox  { display: table-cell; }
.navigation .navlabels     { display: none; }

.grammar a:link            { color: black; }
.grammar a:visited         { color: black; }
.grammar a:active          { color: black; }
.grammar-footer            { display: none; }
