/* line 3, /dust/dust/app/assets/stylesheets/table.sass */
.table-normal {
  color: black; }

/* line 6, /dust/dust/app/assets/stylesheets/table.sass */
.table-alert {
  color: red; }

/* line 9, /dust/dust/app/assets/stylesheets/table.sass */
.table-warn {
  color: orange; }

/* line 20, /dust/dust/app/assets/stylesheets/table.sass */
table#table_list_table tr.table-list-row th, table#table_list_table tr.table-list-row td {
  height: 1.2em;
  line-height: 1.2em;
  padding-top: 2px;
  padding-bottom: 2px; }
