@charset "UTF-8";

body {
  font-family: 'InterDisplay', sans-serif;
}

/* Navigation */

.navbar .nav-item {
  margin: 0em 0.4em;
  pointer: cursor;
}
.navbar .strike a.dropdown-item {
  text-decoration: line-through;
  opacity: 0.5;
}


/* Tables */

.table-container {
  margin: 1em 0;
}
.table-container table {
  width: 100%;
}
.table-container th {
  padding: 5px 7px;
  background-color: rgb(13, 110, 253);
  font-weight: normal;
}
.table-container th.desc,
.table-container th.asc {
  font-weight: bold;
}
.table-container th a {
  color: white;
  text-decoration: none;
}
.table-container td {
  padding: 5px 7px;
  box-shadow: 0px 1px 1px lightgrey;
}
}
.table-container .orderable {
  width: 10%;
}
.table-container .pagination {
  margin-top: 1em;
}
.table-container .pagination li {
  margin-right: 1em;
}

/* Forms */

select.django-select2 {
  position: relative !important; width: 100%;
}
.select2-container {
  width: 100% !important;
}
