/*
** phpSyntaxTree - Printing stylesheet
**
**    The printer stylesheet hides everything but
**    the phrase and the graph.
**
** $Id: print.css,v 1.2 2005/08/20 20:52:13 int2str Exp $
*/

fieldset {
  border: 0;
}

h1, #about, #usage, #footer, #form, #options, #news, #tip, #svg, #ad {
  display: none;
}

#phrase {
  display: block;
}

#content {
  text-align: center;
  border: 0;
}

