/* info.css */

#modStatus {
  font-size: 0.8em;
  font-style: italic;
  color: silver;
}

#error {
  color: red;
  font-weight: bold;
}

#home {
  border: 2px inset silver;
  width: 16em;
  min-height: 1.2em;
  max-height: 50%;
  margin-top: 0.3em;
  display: inline-block;
  overflow: auto;
}

#home:focus {
  outline: none;
}

#add, #cancel {
  position: relative;
  top: -8px;
}
