body {
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  background: #222;
}
* {
  box-sizing: border-box;
}
#raid-data {
  display: none;
}
.loader {
  text-align: center;
  background: #111;
  padding: 50px;
  margin: 50px auto;
}
.loader img {
  margin-top: -50px;
}
.loader p {
  margin: 0;
  color: white;
}
.loot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.loot-list .entry {
  background: #111;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: 5px 10px;
}
.loot-list .entry:last-child {
  margin-bottom: 0;
}
.loot-list .entry .date {
  font-size: 12px;
  margin-right: 10px;
  color: white;
}
.loot-list .entry .name {
  border-radius: 4px;
  padding: 3px 5px;
  color: #a335ee;
  text-decoration: none;
}
.loot-list .entry .note {
  font-size: 12px;
}
header {
  text-align: center;
  margin-top: 20px;
}
header p {
  color: white;
  margin-top: 40px;
}
header .logo {
  width: 400px;
}
.await-load {
  display: none;
}
.whitelist-wrapper,
.lootsystem-wrapper {
  background: #111;
  margin-top: 50px;
}
.whitelist-wrapper .content,
.lootsystem-wrapper .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  color: gray;
}
.whitelist-wrapper .content h2,
.lootsystem-wrapper .content h2 {
  color: white;
}
.whitelist-wrapper .content ul li,
.lootsystem-wrapper .content ul li {
  margin: 5px 0;
  color: gray;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry {
  color: white;
  background: #111;
  margin-bottom: 1px;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .header,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  padding: 10px;
  background: #1a1a1a;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries {
  display: none;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry {
  margin-bottom: 1px;
  padding: 5px 10px;
  color: gray;
  background: #222;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry:first-child,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry:first-child {
  margin-top: 1px;
}
.whitelist-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry:last-child,
.lootsystem-wrapper .content .whitelist-zone-entries .whitelist-zone-entry .item-entries .item-entry:last-child {
  margin-bottom: 0;
}
.player-table-wrapper {
  border-radius: 4px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  color: white;
}
.player-table-wrapper h2 {
  color: white;
}
.loot-history-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.loot-history-overlay .content {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: #333;
  padding: 32px;
}
.loot-history-overlay .content .title {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}
.loot-history-overlay .content p {
  color: white;
}
.loot-history-overlay .content p .initial-plus-one {
  color: crimson;
  font-weight: bold;
  font-size: 24px;
}
.loot-history-overlay .content .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #111;
  font-size: 30px;
  cursor: pointer;
  transition: 0.35s;
}
.loot-history-overlay .content .close-button:hover {
  background: #222;
}
.dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_filter label {
  color: white;
}
.dataTables_filter label input {
  background: #444;
  border: 0;
  padding: 5px 10px;
  color: white;
  font-family: inherit;
  outline: 0;
}
table {
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}
table.dataTable.display thead tr th {
  color: white;
  font-weight: 400;
  background: #111;
}
table.dataTable.display tbody tr.odd {
  color: white;
}
table.dataTable.display tbody tr.odd * {
  background-color: #333 !important;
  transition: 0.35s;
}
table.dataTable.display tbody tr.odd *:hover {
  background-color: #2b2b2b !important;
}
table.dataTable.display tbody tr.even {
  color: white;
}
table.dataTable.display tbody tr.even * {
  background-color: #222 !important;
  transition: 0.35s;
}
table.dataTable.display tbody tr.even *:hover {
  background-color: #1a1a1a !important;
}
table.dataTable.display tbody tr td {
  border-right: 1px solid #111;
  border-top: 1px solid #111;
}
table.dataTable.display tbody tr td:last-child {
  border-right: none;
  text-align: center;
}
table.dataTable.display tbody tr td:last-child .show-item-list {
  cursor: pointer;
}
table.dataTable.display tbody tr td:last-child .show-item-list:hover {
  color: crimson;
}
