/* Neil Ramsden
   common.css
   29 Jan 07 NR: Added blank-sum classes.
   13 Oct 05 -> 16 Nov 05 NR: Added no-scripts; address.
   6 Aug 04 -> 14 Jan 05

   Common CSS definitions for suffix checker.
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 20px;
  background-color: #D0D0FF;
  margin: 0px;
  padding: 10px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

address {
  font-size: smaller;
}

.blank-sum-left { text-align: left;
  color: rgb(192, 192, 192);
  font-size: smaller;
}

.blank-sum-right { text-align: right;
  color: rgb(192, 192, 192);
  font-size: smaller;
}

.blank-term { border-style: solid;
  border-width: 5px;
  padding: 0em 2em;
  font-size: smaller;
}

.operator {
  font-size: larger;
}

.sample-input-box {
  font-family: "Courier New", Courier, mono;
  border: thin solid #404088;
  padding: 0ex 1em;
  white-space: nowrap;
}

.word-sum {
  font-family: "Courier New", Courier, mono;
  white-space: nowrap;
}

.go-to-top, .go-to-welcome {
  text-align: right;
}

.no-scripts {
  font-size: 120%;
  margin: 1em 0em;
  border: solid #FF0000;
  background-color: #FF8080;
  padding: 1ex 1em;
}

.no-scripts > * {
  margin: 1em 1em;
}