
.del, .warn {
  color: #C30;
}

.bold {
  font-style: bolder;
}


table tr td img {
  /* images inside tables shouldn't inherit padding */
  padding-bottom: 0px !important;
}

.del {
  text-decoration: line-through;
}


