
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

.result {
  display: inline;
  font-family: Courier New, Courier, monospace;
  overflow:auto;
}

.messages {
  color: red;
}

td .even {
	background: #EEE;
}


