@font-face {
  font-family: 'TLI';
  src: url("tl_ptn.ttf");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #212121;
  color: #eee;
  margin: 0;
  padding: 6em 0.5em 0.5em 0.5em;
  font-family: "TLI", monospace;
}
a,
.link {
  color: #0ff;
  cursor: pointer;
}
hr {
  border: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #aaa, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #aaa, rgba(0,0,0,0));
  background: -ms-linear-gradient(left, rgba(0,0,0,0), #aaa, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #aaa, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #aaa, rgba(0,0,0,0));
}
hr.short {
  width: 50%;
}
select {
  font-family: monospace;
  background-color: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}
select:focus {
  outline: none;
}
select optgroup {
  color: #000;
}
select option {
  color: #000;
}
.hidden,
.hiddenNoMatches {
  display: none;
}
fieldset {
  display: inline-block;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #6d6e6d;
  margin: 0;
}
fieldset legend {
  font-weight: bold;
}
.val {
  color: #abff7f;
}
.corroded {
  color: #645bff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9), 0 -1px 2px rgba(0,0,0,0.9), -1px 0 2px rgba(0,0,0,0.9), 1px 0 2px rgba(0,0,0,0.9);
}
#note {
  top: 4em;
  left: 2em;
  display: inline-block;
  position: absolute;
}
#note .currentSeason {
  color: #ef4cc2;
}
#note .rippedOn {
  color: #bd7b13;
}
#legacyNote {
  margin-left: 3em;
  position: absolute;
  right: 30em;
  top: 1em;
  font-size: 0.9em;
  opacity: 0.3;
}
.multiVal {
  background-color: #575557;
  color: #bebebe;
  -webkit-border-radius: 0 0.5em 0 0.5em;
  -moz-border-radius: 0 0.5em 0 0.5em;
  border-radius: 0 0.5em 0 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0.25em 0.5em;
  white-space: nowrap;
}
.tooltip {
  color: #0ff;
  position: relative;
  z-index: 90;
  display: inline-block;
}
.tooltip[data-title]:hover {
  cursor: default;
  text-decoration: underline;
  z-index: 91;
}
.tooltipBox {
  position: absolute;
  -webkit-border-radius: 0 0.75em 0 0.75em;
  -moz-border-radius: 0 0.75em 0 0.75em;
  border-radius: 0 0.75em 0 0.75em;
  -webkit-box-shadow: 0 0 0.5em #000;
  -moz-box-shadow: 0 0 0.5em #000;
  box-shadow: 0 0 0.5em #000;
  z-index: 92;
  padding: 0.5em;
  background: linear-gradient(to bottom, #f6f6fc 0%, #c7c3ea 90%);
  color: #000;
  text-shadow: none;
  max-width: 30em;
}
#searchBox {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
#searchBox input[type="text"] {
  width: 20em;
  font-family: monospace;
  border: 0px;
  background: none;
  color: #fff;
  font-size: 1.25em;
  height: 1.4em;
  outline: 0;
}
#searchBox input[type="text"]:focus {
  outline: 0;
}
#searchBox .includeTooltipsBox {
  position: absolute;
  left: 0.5em;
  bottom: -1.5em;
  font-size: 0.9em;
  cursor: pointer;
}
#searchBox .includeTooltipsBox input {
  vertical-align: -2px;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  margin-bottom: 3em;
}
table thead tr:first-child th {
  -webkit-border-radius: 0.75em 0.75em 0 0;
  -moz-border-radius: 0.75em 0.75em 0 0;
  border-radius: 0.75em 0.75em 0 0;
  background-color: #33497e;
}
table thead tr th {
  padding: 0 0.5em;
  background-color: #4679dc;
  font-size: 1.5em;
  white-space: nowrap;
}
table tbody tr.contrast {
  background-color: #383838;
}
table tbody tr.excludedByFilter,
table tbody tr.excludedBySearch {
  display: none;
}
table tbody tr td {
  padding: 0.25em 0.5em;
}
table tbody tr td:first-child {
  border-left: 2px solid #383838;
}
table tbody tr td:last-child {
  border-right: 2px solid #383838;
}
table tbody tr .name {
  font-size: 1.25em;
  white-space: nowrap;
}
#filtersToggle {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  font-size: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#filtersToggle:before {
  content: "▶ ";
}
#filtersToggle.opened:before {
  content: "▼ ";
}
#filtersBox {
  position: absolute;
  top: 3em;
  left: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 4px solid #6d6e6d;
  z-index: 99;
  background-color: #212121;
  padding: 0.5em;
  -webkit-box-shadow: 0.25em 0.25em 0.5em #000;
  -moz-box-shadow: 0.25em 0.25em 0.5em #000;
  box-shadow: 0.25em 0.25em 0.5em #000;
}
#filtersBox .filterRow label {
  cursor: pointer;
  font-size: 1.5em;
  display: inline-block;
  width: 8.25em;
  white-space: nowrap;
  text-align: right;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
#filtersBox .filterRow label input[type="checkbox"] {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  top: -0.05em;
  position: relative;
  margin-right: 0.4em;
}
#filtersBox .filterRow.hideFilters fieldset {
  display: none;
}
#filtersBox .filterRow fieldset {
  margin-left: 1.5em;
}
#filtersBox .filterRow fieldset:nth-child(1) {
  margin-left: 0;
}
#filtersBox .filterRow fieldset select {
  font-size: 1.25em;
  max-width: 10em;
}
#destiny tbody tr td:nth-child(1) {
  white-space: nowrap;
}
#etherealPrism tbody tr td:nth-child(1),
#etherealPrism tbody tr td:nth-child(2) {
  white-space: nowrap;
}
#talent tbody tr td:nth-child(1),
#talent tbody tr td:nth-child(2),
#talent tbody tr td:nth-child(3) {
  white-space: nowrap;
}
#heroMemory tbody tr td:nth-child(1),
#heroMemory tbody tr td:nth-child(2) {
  white-space: nowrap;
}
#gear tbody tr td:nth-child(1),
#gear tbody tr td:nth-child(2),
#gear tbody tr td:nth-child(3),
#gear tbody tr td:nth-child(4) {
  white-space: nowrap;
}
#legendary tbody tr td:nth-child(1),
#legendary tbody tr td:nth-child(2) {
  white-space: nowrap;
}
#skill tbody tr td:nth-child(1),
#skill tbody tr td:nth-child(2) {
  white-space: nowrap;
}
/*# sourceMappingURL=torchCodex.css.map */