/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Detail pages */

.detail-page th {
  text-align: right;
  padding-right: 5px;
}

.fit-table-column {
  width: 0;
  white-space: nowrap;
}
