table#easydb5-table tr td.loading, table#fylr-table tr td.loading {
  background-image: url('/img/spinner.svg');
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: yellow;
}

table#fylr-table td.small, table#easydb5-table td.small {
  font-size: 8px;
}

table#fylr-table td pre {
  font-size: 12px;
}

table#fylr-table tr.error, table#fylr-table tr td.error, table#easydb5-table tr.error, table#easydb5-table tr td.error {
  background-color: red;
}

table#fylr-table tr.warning, table#fylr-table tr td.warning, table#easydb5-table tr.warning, table#easydb5-table tr td.warning {
  background-color: orange;
}

pre {
  margin-bottom: 0 !important;
}
