textarea {
  width: 100%;
  height: 100%;
  min-width: 15em;
  min-height: 10em;
}

table {
  width: 100%;
}

tr.disabled {
  background-color: darkgray;
  color: gray;
}

/* Really need to make the text area a mono font rather than whatever bootstrap has picked */