
.note, .warn, .info { 
  padding: 4px 4px 4px 10px; 
  font-weight: bold;
}

.note, .err { 
  background-color: red; 
  color: white; 
  font-weight: bold;
}

.warn { 
  background-color: yellow; 
  color: black; 
}

.info { 
  background-color: green; 
  color: white; 
}

#err, #err th, #err td { 
  border: 1px solid black; 
  border-collapse: collapse; 
  padding: 4px 10px 4px 10px;
}
