/* CSS Styles for the RAID Simulator */


/* I set the font here only because the default for most browsers is a combination
 * of serif (for labels) and sans-serif (for data entry), and it doesn't look very good.  
 * Visually impaired users will most likely remove or reset the font specification 
 * in the body tag below.
 */
body {
  font-family: arial, sans-serif;
  font-size: 0.9em;
}

fieldset { 
  float: left;
  border: 0;
  display: block;
  margin: 0.0em 0.0em 0.0em 0.7em;
}

h1 {
  font-size: 1.3em;
  margin-left: 0.55em;
}

.row {
  clear: both;
}

.disk {
  float: left;
  margin: 0.1em 0.7em 0.2em 0.7em;
  text-align: center;
  padding: 0.2em;
}

.paramPanel * {
  vertical-align: middle;
  margin: 0.0em 0.0em 0.4em 0.7em;
} 

.buttonPanel * {
  margin: 0.3em 0.0em 0.0em 0.7em;
  padding: 0.1em;
  vertical-align: top;
}

.summaryPanel * {
  vertical-align: middle;
  margin: 0.0em 0.0em 0.3em 0.7em;
  border-style: none;
}

.tracePanel * {
  vertical-align: top;
}

.copyright {
  clear: both;
  text-align: center;
  font-size: 0.7em;
}
