/* * trainer.css * * Computer Science 50, Fall 2011 * section9 * * Global stylesheet. */ html { height: 100%; } body { font-family: sans-serif; height: 100%; margin: 0; } div#controls { margin-bottom: 10px; margin-top: 10px; text-align: center; } div#logo { margin-bottom: 10px; font-size: larger; font-weight: bold; margin-top: 10px; text-align: center; } table { margin-bottom: 10px; margin-top: 10px; margin-left: auto; margin-right: auto; table-layout: fixed; text-align: center; } div#pool { margin-bottom: 10px; margin-top: 10px; text-align: center; }