.content-container .content table tr.dirty td {
  background-color: #f7f6e8;
}
.content-container .content table tr td {
  padding: 5px;
  text-align: left;
}
.content-container .content table tr td .small {
  font-size: 12px;
  color: #808080;
}
.content-container .content table tr td input {
  width: 90%;
}
.content-container .content table tr td input.number {
  width: 20%;
}
.content-container .content table tr td input[type=checkbox] {
  width: 20px;
}
.content-container .content table tr td textarea {
  width: 90%;
  height: 75px;
}
