.duke-audit .tab-strip {
  display: flex;
  margin: 1em 0;
}

.duke-audit .tab-strip a.tab {
  padding: 1em;
  display: block;
  cursor: pointer;
  background-color: #ccc;
  color: #000;
}

.duke-audit .tab-strip a.tab.active-tab {
  background-color: #666;
  color: #fff;
  cursor: default;
}

.duke-audit ul.error-list {
  color: red;
}

.duke-audit .status-message {
  color: #fff;
  background-color: #097969;
  padding: 1em;
  border-radius: 10px;
}

.duke-audit .full-width {
  width: 100%;
}

.duke-audit table thead th {
  text-align: left;
}

.duke-audit .btn-group {
  display: flex;
}

.duke-audit .link-button {
  display: block;
  padding: 0.5em;
  background: #ccc;
  margin-left: 0.5em;
}

.duke-audit .link-button:nth-child(1) {
  margin-left: 0;
}

.duke-audit .link-button:hover {
  background: #666;
}

