/****************************************************************************
 * styles.css
 *
 * Computer Science 50
 * Problem Set 7
 *
 * Global stylesheet.
 ****************************************************************************


/* elements */

h1, h2, th
{
  text-align: center;
}

form
{
  margin: 0px;
}

fieldset
{
  border: none;
}

label
{
  font-weight: bold;
}

table
{
  float:right;
}

table, td, tr
{
  text-align: right;
  padding: .25em;
}


/* classes */

.banner
{
  text-align: center;
}

div.button, table.layout
{
  clear: both;
  float: right;
}

.buttons, .layout tr td
{
  border: 0;
}

.even
{
  background-color: #dddddd;
}

.field
{
  padding: 5px;
  text-align: right;
}

.main
{
  position: absolute;
  top: 75px;
  left: 200px;
  width: 35em;
}

.main p
{
  padding: 1em;
  text-align: center;
}
.message
{
  color: red;
  text-align: center;
}

.note
{
  font-size: 93%;
  font-style: italic;
  text-align: center;
}

.options
{
  position: absolute;
  top: 100px;
  left: 10px;
}

#qty, #symbol
{
  float: right;
  text-align: right;
  margin: .5em;
  width: 5em;
}

.summary td:first-child, .timestamp
{
  font-weight: bold;
}


