/* Neil Ramsden
   13 Oct 05: Added no-scripts.
   6 Aug 04 -> 23 Sep 04: Initial.

   CSS definitions for suffix checker main frame.
*/

body,
.instruction-list {
  font-size: 12px;
/*???
  line-height: 1em;
*/
}

.label {
  font-size: 80%;
  font-style: italic;
/*???
  line-height: 1em;
  padding: 0em;
  margin: 0em;
*/
}


.text-input,
input {
  font-size: 14px;
/*???
  font-family: "Courier New", Courier, mono;
  white-space: nowrap;
  line-height: 50%;
 */
}

.no-scripts {
  font-size: 120%;
  margin: 1em 0em;
  border: solid #FF0000;
  background-color: #FF8080;
  padding: 1ex 1em;
}

.no-scripts > * {
  margin: 1em 1em;
}