/* Numerical Analysis stylesheet. Copyright by Michael Benson for MathBin. 2020-02-19. */
/* All numerical analysis pages should include this stylesheet. */

#rowPnts  { display:none; }
#rowGraph { display:none; }

#txtA { text-align:right; }
#txtB { text-align:right; }
#txtN { text-align:right; }
#txtP { text-align:right; }

/* Newton's Method has x0. Secant Method has x0 and x1. */
#txtX0 { text-align:right; }
#txtX1 { text-align:right; }

#tblArea th { font-style:italic; }
#tblArea td { width:180px; text-align:right; border:1px solid gray; }
#tblArea td:nth-child(1) { width:90px; text-align:center; }

#tblRoot {  }
#tblRoot th { font-style:italic; }
#tblRoot td { width:180px; text-align:right; border:1px solid gray; }
#tblRoot td:nth-child(1) { width:90px; text-align:center; }
