.table th {
  background-color: #333 !important;
  color: white !important;
}
.table th a, .table th a:visited, .table th a:active, .table th a:hover {
  color: #d7e7ff;
}
.table th a.desc:after {
  border-top-color: white;
}
.table th a.asc:after {
  border-bottom-color: white;
}

.table.table-compact {
  font-size: 0.8rem;
}
.table.table-compact th {
  padding: 0.3em !important;
}
.table.table-compact td {
  padding: 0 0.25em !important;
}
.table.table-compact td .btn {
  padding: 0.1em 0.4em !important;
  margin: 2px;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #333 !important;
  vertical-align: middle;
}

.help-block {
  color: #aaa;
  font-size: 0.9rem;
}

.sort-chosen-row {
  color: #fff;
  background-color: #ff8080;
}

main {
  margin-top: 45px;
}

.form-label {
  font-weight: 500;
}

/*# sourceMappingURL=admin.css.map */
