﻿/* Platforms */
.trn-card-style {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.trn-card {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
}
.trn-card .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-card .trn-card-header.flex {
  display: flex;
}
.trn-card .trn-card-header.dark {
  background: #111111;
}
.trn-card .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-card .trn-card-tools {
  margin-left: auto;
}
.trn-card .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-card .trn-card-body {
  padding: 32px;
}
.trn-card .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-card .trn-card-pagination form {
  display: inline-block;
}
.trn-card .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-card .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-card .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-card .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-card .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-profile .green {
  color: #4caf50 !important;
}
.dtr-profile .red {
  color: #f44336;
}
.dtr-profile .faq {
  background-color: #1b1b1b;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 0, 0.3);
  padding: 16px;
}
.dtr-profile .faq p {
  font-size: 14px;
}
.dtr-profile .faq p strong {
  font-size: 15px;
  font-weight: 700;
}
.dtr-profile .update {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #1b1b1b;
  border-radius: 2px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 0, 0.3);
}
.dtr-profile .update img {
  width: 85px;
  padding: 4px;
}
.dtr-profile .update .bright {
  color: yellow;
  font-weight: 400;
  font-size: 12px;
}
.dtr-profile .update .title {
  font-weight: 500;
  font-size: 17px;
}
.dtr-profile .update p {
  font-size: 14px;
}
.dtr-profile .trn-profile-header .dtr-profile-info {
  display: flex;
  width: 350px;
}
.dtr-profile .trn-profile-header .dtr-profile-info .dtr-profile-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.dtr-profile .trn-profile-header .dtr-profile-info .dtr-profile-info-content {
  padding: 4px 16px;
}
.dtr-profile .trn-profile-header .dtr-profile-info .dtr-profile-name {
  font-size: 30px;
  margin: 0;
}
.dtr-profile .dtr-character-stats {
  display: flex;
  justify-content: space-between;
  padding: 32px 16px;
}
.dtr-profile .dtr-character-stats .character-stat {
  width: calc(17%);
  display: flex;
  align-items: flex-start;
  line-height: 1.1;
}
.dtr-profile .dtr-character-stats .character-stat .icon {
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-right: 4px;
}
.dtr-profile .dtr-character-stats .character-stat .name {
  opacity: .54;
  color: #fff;
}
.dtr-profile .dtr-character-stats .character-stat .value {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 375px) {
  .dtr-profile .dtr-character-stats .character-stat {
    width: unset;
  }
  .dtr-profile .dtr-character-stats .character-stat .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  .dtr-profile .dtr-character-stats .character-stat .name {
    display: none;
  }
  .dtr-profile .dtr-character-stats .value {
    font-weight: 400;
  }
}
.dtr-profile .overview {
  display: flex;
  flex-wrap: wrap;
}
.dtr-profile .overview .gear {
  max-width: 415px;
  width: 415px;
}
.dtr-profile .overview .stats-box {
  flex: 1;
  margin-left: 10px;
  width: 55%;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .dtr-profile .overview .stats-box {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .dtr-profile .overview .gear {
    width: 100%;
    max-width: unset;
  }
  .dtr-profile .overview .stats-box {
    margin-left: 0px;
  }
}
@media (max-width: 660px) {
  .dtr-profile .overview {
    width: 100%;
  }
  .dtr-profile .overview .stats-box {
    width: 100%;
    flex: unset;
    margin-left: unset;
  }
}
.dtr-profile .dtr-stats-card {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  border-left: 3px solid white;
  overflow: unset;
}
.dtr-profile .dtr-stats-card .trn-card-header {
  padding: 16px 16px 0 16px;
}
.dtr-profile .dtr-stats-card .trn-card-header.flex {
  display: flex;
}
.dtr-profile .dtr-stats-card .trn-card-header.dark {
  background: #111111;
}
.dtr-profile .dtr-stats-card .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.dtr-profile .dtr-stats-card .trn-card-tools {
  margin-left: auto;
}
.dtr-profile .dtr-stats-card .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.dtr-profile .dtr-stats-card .trn-card-body {
  padding: 32px;
}
.dtr-profile .dtr-stats-card .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.dtr-profile .dtr-stats-card .trn-card-pagination form {
  display: inline-block;
}
.dtr-profile .dtr-stats-card .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.dtr-profile .dtr-stats-card .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.dtr-profile .dtr-stats-card .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.dtr-profile .dtr-stats-card .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.dtr-profile .dtr-stats-card .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-profile .dtr-stats-card.has-detail {
  cursor: pointer;
}
.dtr-profile .dtr-stats-card.has-detail .trn-card {
  margin-bottom: 0px;
}
.dtr-profile .dtr-stats-card .dtr-stats-header {
  padding: 16px;
  display: flex;
  border-bottom: 1px solid #111111;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .left .title {
  font-size: 15px;
  margin: 0;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .left .subtitle {
  opacity: .54;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .right {
  margin-left: auto;
  display: flex;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .right .stat {
  text-align: right;
  margin-left: 64px;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .right .stat .name {
  font-size: 12px;
  opacity: .54;
  line-height: 1.1;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .right .stat .value {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 1.1;
  font-weight: bold;
}
.dtr-profile .dtr-stats-card .dtr-stats-header .right .stat .value img {
  height: 14px;
}
@media (max-width: 479px) {
  .dtr-profile .dtr-stats-card .dtr-stats-header {
    flex-direction: column;
  }
  .dtr-profile .dtr-stats-card .dtr-stats-header .right {
    padding-top: 16px;
    margin-left: unset;
    justify-content: space-between;
  }
  .dtr-profile .dtr-stats-card .dtr-stats-header .right .stat {
    margin-left: unset;
  }
}
.dtr-profile .dtr-stats-card .trn-stat {
  width: 15%;
  margin: unset;
}
.dtr-profile .dtr-stats-card .trn-stat .trn-percentile-bar {
  max-width: unset;
}
.dtr-profile .dtr-stats-card .trn-list-stats .trn-list-stat {
  cursor: default;
  background: #111111;
  border-color: #0e0e0e;
}
.dtr-profile .dtr-stats-card .trn-list-stats .trn-list-stat:hover {
  background: #161616;
}
@media (max-width: 660px) {
  .dtr-profile .dtr-stats-card .trn-stat {
    width: 30%;
  }
}
@media (max-width: 479px) {
  .dtr-profile .dtr-stats-card .trn-stat {
    width: 49%;
  }
}
.dtr-profile .dtr-stats-card.gt-pve {
  border-color: #009688;
}
.dtr-profile .dtr-stats-card.gt-pve .trn-percentile-bar .progress {
  background: #009688;
}
.dtr-profile .dtr-stats-card.gt-pvp-competitive {
  border-color: #f44336;
}
.dtr-profile .dtr-stats-card.gt-pvp-competitive .trn-percentile-bar .progress {
  background: #f44336;
}
.dtr-profile .dtr-stats-card.gt-pvp-casual {
  border-color: #ff9800;
}
.dtr-profile .dtr-stats-card.gt-pvp-casual .trn-percentile-bar .progress {
  background: #ff9800;
}
.dtr-profile .dtr-stats-card.gt-pvp-overall {
  border-color: #9e9e9e;
}
.dtr-profile .dtr-stats-card.gt-pvp-overall .trn-percentile-bar .progress {
  background: #9e9e9e;
}
.dtr-rating-stats {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.dtr-rating-stats .dtr-rating {
  display: flex;
  padding: 32px;
}
.dtr-rating-stats .dtr-rating .icon {
  height: 73px;
  width: 73px;
  margin-right: 16px;
}
.dtr-rating-stats .dtr-rating .trn-bucket-stat {
  padding: unset;
  font-weight: unset;
}
.dtr-perspective-toggle:active,
.dtr-perspective-toggle:hover {
  background: unset;
}
.dtr-perspective-toggle .selection {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 6px;
  background: #f44336;
  margin: 4px;
}
.dtr-perspective-toggle .selection .icon {
  padding: 0 16px;
}
.dtr-perspective-toggle .selection .details .name {
  display: block;
  opacity: .7;
}
.dtr-perspective-toggle .selection .chevron {
  padding: 0 4px;
}
.pve-progressions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.pve-progressions.center {
  justify-content: center;
}
.pve-progressions.center .progression {
  justify-content: center;
}
.pve-progressions.small .progression {
  width: 25%;
}
.pve-progressions .progression {
  width: 33%;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.pve-progressions .progression.faction .details {
  max-width: unset;
}
.pve-progressions .progression.faction .details .name {
  text-align: left;
}
.pve-progressions .progression.faction .details .name .planet {
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
}
.pve-progressions .progression .icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.pve-progressions .progression:before {
  top: 100%;
  margin-top: unset;
  margin-left: 21px;
}
.pve-progressions .progression:after {
  white-space: normal;
  max-width: 500px;
  top: calc(100% + 8px);
}
.pve-progressions .progression .details {
  line-height: 1.1;
  flex-grow: 1;
}
.pve-progressions .progression .details .name {
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.pve-progressions .progression .details .progression-info .text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  margin-top: 4px;
}
.pve-progressions .progression .details .progression-info .text > span {
  flex-grow: 1;
  text-align: right;
  line-height: 1;
  min-width: 30px;
}
.pve-progressions .progression .details .progression-info .text > span:last-child {
  color: rgba(255, 255, 255, 0.57);
  text-align: left;
}
.pve-progressions .progression .details .progression-info .text .trn-percentile-bar {
  margin: 2px 16px;
  max-width: unset;
}
.pve-progressions .progression .details .progression-info .next-progression {
  text-align: center;
  color: rgba(255, 255, 255, 0.51);
}
.pve-progressions .progression .progression-info {
  line-height: 1.1;
}
@media (max-width: 1501px) {
  .pve-progressions .progression {
    width: 50% !important;
  }
}
@media (max-width: 479px) {
  .pve-progressions .progression {
    width: 100% !important;
  }
}
.dtr-elo-stats .dtr-rating {
  width: 25%;
  overflow: hidden;
}
.dtr-elo-stats .dtr-rating .trn-bucket-stat {
  overflow: hidden;
}
.dtr-elo-stats .dtr-rating .trn-bucket-stat .name,
.dtr-elo-stats .dtr-rating .trn-bucket-stat .subvalue {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-elo-stats .dtr-rating .trn-bucket-stat .rank {
  margin-top: unset;
}
@media (max-width: 1500px) {
  .dtr-elo-stats .dtr-rating {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .dtr-elo-stats .dtr-rating .icon {
    width: 50px;
    height: 50px;
  }
  .dtr-elo-stats .dtr-rating .trn-bucket-stat .name,
  .dtr-elo-stats .dtr-rating .trn-bucket-stat .subvalue {
    font-size: 10px;
  }
  .dtr-elo-stats .dtr-rating .trn-bucket-stat .subvalue {
    display: none;
  }
  .dtr-elo-stats .dtr-rating .trn-bucket-stat .value {
    font-size: 18px;
  }
  .dtr-elo-stats .dtr-rating .trn-bucket-stat .rank {
    display: block;
  }
}
@media (max-width: 479px) {
  .dtr-elo-stats .dtr-rating {
    width: 50%;
  }
}
.winratio {
  display: flex;
  height: 16px;
  margin: 16px;
  width: 60px;
}
.winratio > div,
.winratio > a {
  height: 8px;
  width: 4px;
  margin-right: 2px;
}
.winratio > div.win,
.winratio > a.win {
  background: #4caf50;
}
.winratio > div.loss,
.winratio > a.loss {
  background: #f44336;
  margin-top: 8px;
}
.dtr-live-tracker .trn-card-header {
  flex-wrap: wrap;
}
.dtr-live-tracker .trn-card-header .trn-card-tools {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .dtr-live-tracker .trn-card-header {
    flex-direction: column;
  }
  .dtr-live-tracker .trn-card-header .trn-card-tools {
    margin-left: unset;
    margin-top: 8px;
    width: unset;
  }
}
.dtr-live-tracker .trn-card-body {
  padding: 16px;
}
.dtr-live-tracker .new-match {
  padding: 8px 16px;
  font-size: 16px;
  white-space: nowrap;
  display: inline-block;
  background: #62878f;
  border: unset;
  transition: background ease .05s;
}
.dtr-live-tracker .new-match:hover {
  background: #6f949c;
}
.dtr-live-tracker .new-match:active {
  outline: unset;
  background: #587980;
}
.dtr-live-tracker .new-match:focus {
  outline: unset;
}
.dtr-live-tracker select {
  background: #111111;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 4px;
  width: 150px;
  color: #f1f1f1 !important;
  margin-right: 8px;
}
.dtr-live-tracker select:focus {
  outline: unset;
  border-color: #444;
}
.dtr-live-tracker .platform-toggle {
  display: flex;
}
.dtr-live-tracker .platform-toggle button {
  background: unset;
  border: unset;
  transition: all ease .15s;
  color: #b3b3b3;
  padding: 4px 8px;
}
.dtr-live-tracker .platform-toggle button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dtr-live-tracker .platform-toggle button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dtr-live-tracker .platform-toggle button:active,
.dtr-live-tracker .platform-toggle button:focus {
  outline: none;
}
.dtr-live-tracker .platform-toggle button:hover {
  color: #ededed;
}
.dtr-live-tracker .platform-toggle button:hover.xbox {
  background: rgba(16, 124, 16, 0.7);
}
.dtr-live-tracker .platform-toggle button:hover.psn {
  background: rgba(0, 55, 145, 0.7);
}
.dtr-live-tracker .platform-toggle button:hover.pc {
  background: rgba(9, 140, 200, 0.7);
}
.dtr-live-tracker .platform-toggle button.active {
  color: #ededed;
  cursor: default;
}
.dtr-live-tracker .platform-toggle button.active.xbox {
  background: #107c10;
}
.dtr-live-tracker .platform-toggle button.active.psn {
  background: #003791;
}
.dtr-live-tracker .platform-toggle button.active.pc {
  background: #098cc8;
}
.dtr-live-tracker .platform-toggle button.xbox {
  background: rgba(16, 124, 16, 0.4);
}
.dtr-live-tracker .platform-toggle button.psn {
  background: rgba(0, 55, 145, 0.4);
}
.dtr-live-tracker .platform-toggle button.pc {
  background: rgba(9, 140, 200, 0.4);
}
.dtr-live-tracker .player {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.dtr-live-tracker .player .trn-card-header {
  padding: 16px 16px 0 16px;
}
.dtr-live-tracker .player .trn-card-header.flex {
  display: flex;
}
.dtr-live-tracker .player .trn-card-header.dark {
  background: #111111;
}
.dtr-live-tracker .player .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.dtr-live-tracker .player .trn-card-tools {
  margin-left: auto;
}
.dtr-live-tracker .player .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.dtr-live-tracker .player .trn-card-body {
  padding: 32px;
}
.dtr-live-tracker .player .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.dtr-live-tracker .player .trn-card-pagination form {
  display: inline-block;
}
.dtr-live-tracker .player .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.dtr-live-tracker .player .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.dtr-live-tracker .player .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.dtr-live-tracker .player .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.dtr-live-tracker .player .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-live-tracker .player .player-tools {
  position: absolute;
  right: 8px;
  top: 8px;
}
.dtr-live-tracker .player .player-tools button {
  padding: 4px;
  display: inline-block;
  height: 26px;
  font-weight: 400;
  border: unset;
  outline: unset;
  background: unset;
}
.dtr-live-tracker .player .player-tools button .material-icons {
  font-size: 18px;
}
.dtr-live-tracker .player .player-tools button:hover {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.dtr-live-tracker .player .player-tools .edit-window {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 0px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12);
  background: #222;
  z-index: 5;
  transition: height linear .15s;
  overflow: hidden;
  box-sizing: border-box;
}
.dtr-live-tracker .player .player-tools .edit-window.open {
  height: 83px;
}
.dtr-live-tracker .player .player-tools .edit-window .close-window {
  position: absolute;
  top: 8px;
  right: 8px;
}
.dtr-live-tracker .player .player-tools .edit-window .title {
  display: block;
  padding: 8px;
}
.dtr-live-tracker .player .player-tools .edit-window form {
  padding: 8px;
}
.dtr-live-tracker .player .player-tools .edit-window form input[type='text'] {
  background: #111111;
  border: 1px solid #333;
  border-radius: 2px;
  width: 100%;
  padding: 4px;
  color: #f1f1f1 !important;
}
.dtr-live-tracker .player .player-tools .edit-window form input[type='text']:focus {
  outline: unset;
  border-color: #444;
}
.dtr-live-tracker .player .stat-info {
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dtr-live-tracker .player .stat-info .profile {
  display: flex;
  align-items: center;
  width: 200px;
}
.dtr-live-tracker .player .stat-info .profile .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.dtr-live-tracker .player .stat-info .profile .text {
  margin-left: 8px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.dtr-live-tracker .player .stat-info .profile .text .name {
  font-size: 18px;
}
.dtr-live-tracker .player .stat-info .profile .text .subtitle {
  color: #b3b3b3;
  font-size: 12px;
}
.dtr-live-tracker .player .stat-info .elo {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.dtr-live-tracker .player .stat-info .elo .icon {
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
.dtr-live-tracker .player .stat-info .elo .text {
  line-height: 1;
}
.dtr-live-tracker .player .stat-info .elo .text .name {
  color: #b3b3b3;
}
.dtr-live-tracker .player .stat-info .elo .text .rating {
  font-size: 18px;
}
.dtr-live-tracker .player .gear-info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px ridge #282828;
}
.dtr-live-tracker .player .gear-info .gear-entry {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 175px;
}
.dtr-live-tracker .player .gear-info .gear-entry .icon {
  border: 2px solid #242527;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.dtr-live-tracker .player .gear-info .gear-entry .icon.subclass {
  border: none;
}
.dtr-live-tracker .player .gear-info .gear-entry .icon img {
  width: 32px;
  height: 32px;
}
.dtr-live-tracker .player .gear-info .gear-entry .icon .level {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 2px;
  border-top-left-radius: 2px;
  line-height: 1;
  background: #242527;
  font-size: 11px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details {
  padding-left: 4px;
  font-size: 12px;
  line-height: 1.4;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .name {
  display: block;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .type {
  opacity: .56;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .perks {
  display: flex;
  padding-top: 4px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .perks .perk {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 4px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .modifiers {
  display: flex;
  margin-top: 4px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .modifiers .character-stat {
  display: flex;
  margin-right: 12px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .modifiers .character-stat .modifier-icon {
  width: 16px;
  height: 16px;
}
.dtr-live-tracker .player .gear-info .gear-entry .details .modifiers .character-stat .value {
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.51);
}
.dtr-live-tracker .add {
  margin-bottom: 16px;
  display: flex;
  position: relative;
}
.dtr-live-tracker .add input[type="text"] {
  color: #f1f1f1 !important;
  background: #1b1b1b;
  border: unset;
  outline: unset;
  font-size: 15px;
  padding: 9px;
  width: 100%;
  cursor: text;
}
.dtr-live-tracker .add input[type="text"]::-webkit-input-placeholder {
  color: rgba(241, 241, 241, 0.51);
}
.dtr-live-tracker .add input[type="text"]:-ms-input-placeholder {
  color: rgba(241, 241, 241, 0.51);
}
.dtr-live-tracker .add input[type="text"]::-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(241, 241, 241, 0.51);
  opacity: 1;
}
.dtr-live-tracker .add input[type="text"]:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: rgba(241, 241, 241, 0.51);
  opacity: 1;
}
.dtr-live-tracker .add button {
  white-space: nowrap;
  margin-left: 8px;
  display: inline-block;
  background: #62878f;
  border: unset;
  transition: background ease .05s;
}
.dtr-live-tracker .add button:hover {
  background: #6f949c;
}
.dtr-live-tracker .add button:active {
  outline: unset;
  background: #587980;
}
.dtr-live-tracker .add button:focus {
  outline: unset;
}
.dtr-live-tracker .add.active .suggestion-list {
  opacity: 1;
  visibility: visible;
}
.dtr-live-tracker .add .suggestion-list {
  user-select: none;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease, visibility 0s;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  background: #1b1b1b;
  position: absolute;
  top: 100%;
  width: 100%;
  border-top: 1px solid #111111;
}
.dtr-live-tracker .add .suggestion-list .suggestion-label {
  color: #9e9e9e;
  display: block;
  padding: 8px 8px 0 8px;
  cursor: default;
}
.dtr-live-tracker .add .suggestion-list ul {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 0;
}
.dtr-live-tracker .add .suggestion-list ul li {
  list-style: none;
  font-size: 16px;
  height: 40px;
  position: relative;
}
.dtr-live-tracker .add .suggestion-list ul li:hover {
  background-color: #111111;
}
.dtr-live-tracker .add .suggestion-list ul li a {
  top: 0;
  height: 40px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #f1f1f1;
  padding: 6px 16px 6px 72px;
  line-height: 28px;
  width: 100%;
}
.dtr-live-tracker .add .suggestion-list ul li a .ion {
  font-size: 24px;
  position: absolute;
  color: #9e9e9e;
  top: 8px;
  left: 24px;
}
.dtr-live-tracker .divider {
  text-align: center;
  border-bottom: 2px solid #282828;
  position: relative;
  padding-top: 7px;
  margin-bottom: 21px;
}
.dtr-live-tracker .divider span {
  background: #282828;
  border-radius: 2px;
  padding: 2px 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: rgba(241, 241, 241, 0.54);
  position: absolute;
  height: 16px;
  top: 0px;
}
@media (max-width: 500px) {
  .dtr-live-tracker .player .stat-info .profile {
    width: 100%;
  }
  .dtr-live-tracker .player .stat-info .winratio {
    margin: 16px;
  }
  .dtr-live-tracker .player .stat-info .trn-stats {
    padding: 0;
  }
}
.dtr-match-listing-2 .dtr-match-entry {
  display: flex;
  align-items: center;
  padding: 16px;
  border-left: 2px solid transparent;
  cursor: pointer;
}
.dtr-match-listing-2 .dtr-match-entry .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
}
.dtr-match-listing-2 .dtr-match-entry .icon img {
  width: 100%;
  padding: 6px;
}
.dtr-match-listing-2 .dtr-match-entry .details {
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-match-listing-2 .dtr-match-entry .details .title {
  font-size: 15px;
  display: block;
}
.dtr-match-listing-2 .dtr-match-entry .details .subtitle {
  font-size: 14px;
  opacity: .54;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dtr-match-listing-2 .dtr-match-entry .details .subtitle .inline-time-played {
  display: unset;
  text-overflow: ellipsis;
}
.dtr-match-listing-2 .dtr-match-entry .time-played {
  display: none;
  margin: 0 15px 0 0;
  opacity: .54;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.dtr-match-listing-2 .dtr-match-entry .stats {
  margin-left: auto;
  display: flex;
}
.dtr-match-listing-2 .dtr-match-entry .stats .stat {
  text-align: right;
  width: 70px;
  text-transform: uppercase;
}
.dtr-match-listing-2 .dtr-match-entry .stats .stat .name {
  font-size: 12px;
  opacity: .54;
  line-height: 1;
}
.dtr-match-listing-2 .dtr-match-entry .stats .stat .value {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.dtr-match-listing-2 .dtr-match-entry[data-standing='loss'] {
  border-left: 2px solid #f44336;
  /*.icon {
                    background: @clr-red-500;
                }*/
}
.dtr-match-listing-2 .dtr-match-entry[data-standing='won'] {
  border-left: 2px solid #4caf50;
  /*.icon {
                    background: @clr-green-500;
                }*/
}
.dtr-match-listing-2 .dtr-match-entry[data-standing='tied'] {
  border-left: 2px solid #455a64;
  /*.icon {
                    background: @clr-blue-grey-700;
                }*/
}
.dtr-match-listing-2 .dtr-match-entry[data-standing='completed'] {
  border-left: 2px solid #1976d2;
  /*.icon {
                    background: @clr-blue-700;
                }*/
}
.dtr-match-listing-2 .inline-pgcr {
  background: #111111;
}
@media (max-width: 479px) {
  .dtr-match-listing-2 .dtr-match-entry {
    flex-wrap: wrap;
  }
  .dtr-match-listing-2 .dtr-match-entry .details .subtitle .inline-time-played {
    display: unset;
  }
  .dtr-match-listing-2 .dtr-match-entry .time-played {
    display: none;
  }
  .dtr-match-listing-2 .dtr-match-entry .stats {
    margin-left: 48px;
    padding-top: 16px;
    width: 100%;
  }
  .dtr-match-listing-2 .dtr-match-entry .stats .stat {
    text-align: left;
    width: 25%;
  }
}
.dtr-match-summary .trn-well-stats .trn-well-stat.streak {
  position: relative;
}
.dtr-match-summary .trn-well-stats .trn-well-stat.streak i {
  position: absolute;
  font-size: 25px;
  left: 8px;
  top: 10px;
  color: #FFFF00;
}
.dtr-match-summary .trn-well-stats .trn-well-stat.wp .red,
.dtr-match-summary .trn-well-stats .trn-well-stat.kda .red {
  color: #f44336;
}
.dtr-match-summary .trn-well-stats .trn-well-stat.wp .green,
.dtr-match-summary .trn-well-stats .trn-well-stat.kda .green {
  color: #4caf50;
}
.dtr-match-listing {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}
.dtr-match-listing .trn-card-header {
  padding: 16px 16px 0 16px;
}
.dtr-match-listing .trn-card-header.flex {
  display: flex;
}
.dtr-match-listing .trn-card-header.dark {
  background: #111111;
}
.dtr-match-listing .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.dtr-match-listing .trn-card-tools {
  margin-left: auto;
}
.dtr-match-listing .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.dtr-match-listing .trn-card-body {
  padding: 32px;
}
.dtr-match-listing .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.dtr-match-listing .trn-card-pagination form {
  display: inline-block;
}
.dtr-match-listing .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.dtr-match-listing .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.dtr-match-listing .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.dtr-match-listing .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.dtr-match-listing .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-match-listing .dtr-match {
  background-color: #111111;
}
.dtr-match-listing .dtr-match-entry {
  border-top: 1px solid #17181a;
  position: relative;
  padding: unset;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-color: #1b1b1b;
  cursor: pointer;
}
.dtr-match-listing .dtr-match-entry[data-standing='loss'] {
  border-left: 2px solid #f44336;
  /*.dtr-match-data {
                background: linear-gradient(to right, @red-700 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 99%);
            }*/
}
.dtr-match-listing .dtr-match-entry[data-standing='won'] {
  border-left: 2px solid #4caf50;
  /*.dtr-match-data {
                background: linear-gradient(to right, @green-700 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 99%);
            }*/
}
.dtr-match-listing .dtr-match-entry[data-standing='tied'] {
  border-left: 2px solid #455a64;
  /*.dtr-match-data {
                background: linear-gradient(to right, @blue-grey-700 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 99%);
            }*/
}
.dtr-match-listing .dtr-match-entry[data-standing='completed'] {
  border-left: 2px solid #1976d2;
  /*.dtr-match-data {
                background: linear-gradient(to right, @blue-grey-700 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 99%);
            }*/
}
.dtr-match-listing .dtr-match-entry:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.dtr-match-listing .dtr-match-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.dtr-match-listing .dtr-match-data {
  padding: 16px;
  height: 100%;
}
.dtr-match-listing .dtr-match-data .dtr-match-info {
  display: flex;
  align-items: center;
}
.dtr-match-listing .dtr-match-data .dtr-match-info .mode-image {
  width: 24px;
  height: 24px;
}
.dtr-match-listing .dtr-match-data .dtr-match-info .map-name {
  vertical-align: middle;
  color: #fff;
  margin-left: 16px;
}
.dtr-match-listing .dtr-match-data .dtr-match-info .duration {
  vertical-align: middle;
  font-size: 12px;
  color: #b3b3b3;
  margin-left: 16px;
}
.dtr-match-listing .dtr-match-data .dtr-match-info .dtr-match-tools {
  margin-left: auto;
}
.dtr-match-listing .dtr-match-stats {
  padding: 16px;
  display: flex;
}
.dtr-match-listing .dtr-match-stats .stat {
  margin: 0 16px;
  width: 80px;
}
.dtr-match-listing .dtr-match-stats .stat .value {
  font-size: 18px;
  line-height: 22px;
  vertical-align: text-bottom;
  display: block;
}
.dtr-match-listing .dtr-match-stats .stat .name {
  color: #b3b3b3;
}
.dtr-match-listing .dtr-match-stats .stat.pos {
  color: #4caf50;
}
.dtr-match-listing .dtr-match-stats .stat.neg {
  color: #f44336;
}
.dtr-session-history {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  color: #f1f1f1;
}
.dtr-session-history .trn-card-header {
  padding: 16px 16px 0 16px;
}
.dtr-session-history .trn-card-header.flex {
  display: flex;
}
.dtr-session-history .trn-card-header.dark {
  background: #111111;
}
.dtr-session-history .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.dtr-session-history .trn-card-tools {
  margin-left: auto;
}
.dtr-session-history .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.dtr-session-history .trn-card-body {
  padding: 32px;
}
.dtr-session-history .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.dtr-session-history .trn-card-pagination form {
  display: inline-block;
}
.dtr-session-history .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.dtr-session-history .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.dtr-session-history .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.dtr-session-history .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.dtr-session-history .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-session-history .session-header {
  display: flex;
  justify-content: center;
  padding: 16px;
}
.dtr-session-history .session-header .heading .title,
.dtr-session-history .session-header .current .title {
  display: block;
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.dtr-session-history .session-header .heading .subtitle,
.dtr-session-history .session-header .current .subtitle {
  color: #f1f1f1;
  opacity: .54;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.dtr-session-history .session-header .current {
  text-align: right;
  white-space: nowrap;
  margin: 0 16px;
}
.dtr-session-history .session-header .paging {
  margin-left: 8px;
  user-select: none;
  min-width: 85px;
  margin-left: auto;
  display: flex;
}
.dtr-session-history .session-header .paging a {
  display: inline-block;
  color: #f1f1f1;
  text-decoration: none;
  padding: 3px;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  min-width: 40px;
}
.dtr-session-history .session-header .paging a .material-icons {
  font-size: 34px;
  vertical-align: middle;
}
.dtr-session-history .trn-bucket-stats .trn-bucket-stat.updates {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 16px;
  margin: 16px 0;
  text-align: right;
  height: 43px;
}
.dtr-session-history .matches {
  display: flex;
}
.dtr-session-history .matches .matches-listing {
  min-width: 33%;
  overflow-y: auto;
}
.dtr-session-history .matches .matches-listing .match-entry {
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.dtr-session-history .matches .matches-listing .match-entry[data-standing='1'] {
  border-left: 2px solid #f44336;
}
.dtr-session-history .matches .matches-listing .match-entry[data-standing='0'] {
  border-left: 2px solid #4caf50;
}
.dtr-session-history .matches .matches-listing .match-entry .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333333;
}
.dtr-session-history .matches .matches-listing .match-entry .icon img {
  width: 100%;
  padding: 6px;
}
.dtr-session-history .matches .matches-listing .match-entry .details {
  margin-left: 15px;
}
.dtr-session-history .matches .matches-listing .match-entry .details .title {
  font-size: 15px;
  display: block;
}
.dtr-session-history .matches .matches-listing .match-entry .details .subtitle {
  font-size: 14px;
  opacity: .54;
}
.dtr-session-history .matches .matches-listing .match-entry .played-at {
  margin: 0 15px 0 auto;
  opacity: .54;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.dtr-session-history .matches .matches-listing .match-entry .stat {
  text-align: right;
  width: 70px;
  text-transform: uppercase;
}
.dtr-session-history .matches .matches-listing .match-entry .stat .title {
  font-size: 12px;
  opacity: .54;
  line-height: 1;
}
.dtr-session-history .matches .matches-listing .match-entry .stat .value {
  font-size: 20px;
  display: block;
  line-height: 1;
}
.dtr-session-history .matches .matches-listing .match-entry.active {
  background: #111111;
}
.dtr-session-history .matches .dtr-match {
  flex-grow: 1;
  align-self: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .dtr-session-history .matches {
    flex-direction: column;
  }
  .dtr-session-history .matches .matches-listing {
    width: unset;
    max-width: unset;
  }
}
@media (max-width: 700px) {
  .dtr-session-history .session-header {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .dtr-session-history .session-header .paging {
    margin-left: auto;
  }
  .dtr-session-history .session-header .current {
    margin-left: unset;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .dtr-session-history .session-header .heading {
    width: 100%;
  }
  .dtr-session-history .session-header .paging {
    order: 3;
    margin: 16px auto 0 auto;
  }
  .dtr-session-history .session-header .current {
    align-self: flex-end;
    width: unset;
  }
  .dtr-session-history .matches .matches-listing .match-entry {
    flex-wrap: wrap;
  }
  .dtr-session-history .matches .matches-listing .match-entry .stat {
    margin-left: auto;
  }
  .dtr-session-history .matches .matches-listing .match-entry .played-at {
    order: 4;
    margin-left: 55px;
    text-align: unset;
    text-transform: unset;
    width: 100%;
  }
}
.dtr-match .match-hero {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dtr-match .match-hero .match-hero-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dtr-match .match-hero .match-header {
  display: flex;
  padding: 15px;
  align-content: flex-start;
}
.dtr-match .match-hero .match-header .icon {
  height: 40px;
  width: 40px;
}
.dtr-match .match-hero .match-header .details {
  margin-left: 8px;
}
.dtr-match .match-hero .match-header .details .name {
  font-size: 15px;
  display: block;
}
.dtr-match .match-hero .match-header .details .subtitle {
  font-size: 14px;
  opacity: .54;
}
.dtr-match .match-hero .match-header .share {
  margin-left: auto;
  margin-right: 8px;
}
.dtr-match .match-hero .match-header .share a {
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
}
.dtr-match .match-hero .match-header .share a .material-icons {
  padding: 10px 10px;
  font-size: 28px;
}
.dtr-match .match-hero .match-header .duration {
  text-align: right;
}
.dtr-match .match-hero .match-header .duration .name {
  font-size: 14px;
  opacity: .54;
  display: block;
  text-transform: uppercase;
}
.dtr-match .match-hero .match-header .duration .value {
  font-size: 20px;
}
.dtr-match .match-hero .match-result {
  display: flex;
  justify-content: center;
}
.dtr-match .match-hero .match-result .team {
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 15px;
  vertical-align: middle;
}
.dtr-match .match-hero .match-result .team .name {
  font-weight: 700;
  font-size: 12px;
  display: block;
  opacity: .54;
  text-transform: uppercase;
  line-height: 1;
}
.dtr-match .match-hero .match-result .team .value {
  font-size: 24px;
  line-height: 1.1;
}
.dtr-match .match-hero .match-result .team.active .name {
  opacity: 1;
}
.dtr-match .match-hero .match-result .team.alpha {
  background-image: url(/Images/DestinyTracker/team_alpha.png);
  text-align: right;
  background-position: right 15px center;
  padding-right: 75px;
}
.dtr-match .match-hero .match-result .team.alpha.active {
  background-color: #0b1d40;
}
.dtr-match .match-hero .match-result .team.bravo {
  background-image: url(/Images/DestinyTracker/team_bravo.png);
  text-align: left;
  background-position: 15px;
  padding-left: 75px;
}
.dtr-match .match-hero .match-result .team.bravo.active {
  background-color: #e05225;
}
.dtr-match .match-hero .match-chance {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  opacity: .85;
}
@media (max-width: 600px) {
  .dtr-match .match-hero {
    height: 200px;
  }
  .dtr-match .match-hero .match-result .team {
    padding: 16px;
  }
  .dtr-match .match-hero .match-result .team.alpha {
    background-position: right 8px center;
    padding-right: 56px;
  }
  .dtr-match .match-hero .match-result .team.bravo {
    background-position: 8px;
    padding-left: 56px;
  }
  .dtr-match .match-hero .match-chance {
    visibility: hidden;
  }
}
.dtr-match .win-chance {
  height: 14px;
  overflow: hidden;
}
.dtr-match .win-chance > div {
  transform: skew(-45deg);
  box-sizing: content-box;
  padding: 0 7px;
  margin: 0 -7px;
  height: 100%;
}
.dtr-match .win-chance.bravo {
  background: #e05225;
}
.dtr-match .win-chance.bravo > div {
  background: #0b1d40;
}
.dtr-match .win-chance.alpha {
  background: #0b1d40;
}
.dtr-match .win-chance.alpha > div {
  background: #e05225;
}
.dtr-match .match-rosters {
  display: flex;
  flex-direction: column;
}
.dtr-match .match-rosters .match-roster {
  margin-bottom: 10px;
  display: inline-block;
}
.dtr-match .match-rosters .match-roster .roster-header {
  height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 5px 5px;
}
.dtr-match .match-rosters .match-roster .roster-header .title {
  margin-left: 35px;
  margin-right: auto;
  min-width: 135px;
  padding: 10px;
}
.dtr-match .match-rosters .match-roster .roster-header .heading {
  min-width: 100px;
  text-align: center;
  padding: 10px;
}
.dtr-match .match-rosters .match-roster .roster-header .expand {
  min-width: 30px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header {
  height: 40px;
  display: flex;
  align-items: center;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .icon {
  min-height: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 6px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .icon img {
  width: 100%;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details {
  margin: 0 auto 0 5px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  min-width: 135px;
  padding: 6px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details .subtitle {
  font-size: 12px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details .name {
  display: block;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details .class {
  opacity: .56;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details .light {
  color: gold;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .details .light:before {
  content: '✦';
  margin-right: 2px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .value {
  min-width: 100px;
  font-size: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.01);
  padding: 6px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-header .expand {
  min-width: 30px;
  background: rgba(255, 255, 255, 0.01);
  padding: 8px 3px;
  display: flex;
  justify-content: center;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details {
  background: #111111;
  padding: 16px;
  display: flex;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .left-area {
  width: 50%;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .right-area {
  width: 50%;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 400;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .additional-stats {
  margin-bottom: 8px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .additional-stats .trn-bucket-stat {
  width: 33%;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .additional-stats .trn-bucket-stat .value {
  font-size: 16px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .additional-stats .trn-bucket-stat .name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table {
  display: flex;
  flex-direction: column;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-icon {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  min-width: 38px;
  min-height: 38px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-icon.bordered {
  border: 2px solid #1b1b1b;
  border-radius: 5px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-icon:not(.bordered) {
  padding: 2px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-icon img {
  width: 34px;
  height: 34px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-details {
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-details .name {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-details .subtitle {
  color: #b3b3b3;
  line-height: 1;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats {
  margin-left: auto;
  display: flex;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats .stat {
  padding-left: 20px;
  text-align: right;
  margin-right: 10px;
  line-height: 1;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats .stat .value {
  color: #fff;
  display: block;
  font-size: 16px;
}
.dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats .stat .name {
  color: #b3b3b3;
  font-size: 12px;
}
@media (max-width: 1499px) {
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .left-area {
    width: 60%;
  }
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .right-area {
    width: 40%;
  }
}
@media (max-width: 990px) {
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details {
    flex-direction: column;
  }
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .left-area {
    width: 100%;
  }
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .right-area {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .additional-stats .trn-bucket-stat {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row {
    flex-wrap: wrap;
  }
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats {
    margin-left: unset;
    width: 100%;
    margin-top: 8px;
  }
  .dtr-match .match-rosters .match-roster .roster-entries .entry .entry-details .value-table .value-row .value-stats .stat {
    padding-left: unset;
    padding-right: 16px;
    text-align: left;
  }
}
.dtr-match .match-rosters .match-roster.alpha .roster-header {
  background-image: url(/Images/DestinyTracker/team_alpha.png);
  background-color: #0b1d40;
}
.dtr-match .match-rosters .match-roster.alpha .roster-header .heading {
  background-color: #0b1d40;
}
.dtr-match .match-rosters .match-roster.bravo .roster-header {
  background-image: url(/Images/DestinyTracker/team_bravo.png);
  background-color: #e05225;
}
.dtr-match .match-rosters .match-roster.bravo .roster-header .heading {
  background-color: #e05225;
}
.dtr-match .entry-header {
  cursor: pointer;
}
@media (max-width: 992px) {
  .dtr-match .match-rosters {
    overflow-x: scroll;
  }
}
.dtr-gear-list {
  padding: 16px 0;
}
.dtr-gear-item {
  display: flex;
  padding: 8px 16px;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: background;
  text-decoration: none !important;
  align-items: flex-start;
}
.dtr-gear-item .details {
  color: #fff;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 8px;
  text-decoration: none;
}
.dtr-gear-item .details .name {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #ededed;
  text-decoration: none;
}
.dtr-gear-item .details .name[data-type="arc"] {
  color: #58c7dd !important;
}
.dtr-gear-item .details .name[data-type="solar"] {
  color: #d46b00 !important;
}
.dtr-gear-item .details .name[data-type="void"] {
  color: #a079d4 !important;
}
.dtr-gear-item .details .subtitle {
  color: #b3b3b3;
}
.dtr-gear-item .details .perks {
  display: flex;
  flex-wrap: wrap;
}
.dtr-gear-item .details .perks .perk {
  padding: 2px;
  margin-right: 4px;
}
.dtr-gear-item .details .perks .perk img {
  height: 23px;
  width: 23px;
}
.dtr-gear-item .icon {
  border: 2px solid #242527;
  border-radius: 5px;
  margin: 8px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.dtr-gear-item .icon img {
  width: 40px;
  height: 40px;
}
.dtr-gear-item .icon .level {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 0px;
  right: 0px;
  padding: 2px;
  border-top-left-radius: 2px;
  line-height: 1;
  background: #242527;
  font-size: 11px;
  /*// Arc
            &.dmg-2, &[data-type="arc"] {
                background: #58c7dd;
            }
            // Solar
            &.dmg-3, &[data-type="solar"] {
                background: #d46b00;
            }
            // Void
            &.dmg-4, &[data-type="void"] {
                background: #a079d4;
            }*/
}
.dtr-gear-item.subclass .icon {
  border: unset;
  width: 50px;
  height: 50px;
  overflow: visible;
}
.dtr-gear-item.subclass .icon img {
  width: 50px;
  height: 50px;
}
.dtr-gear-item.subclass .details {
  justify-content: flex-start;
}
.dtr-gear-item.subclass .details .name {
  color: #ef8439;
  font-size: 18px;
}
.dtr-gear-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.dtr-gear-item:last-child {
  border-bottom: unset;
}
.dtr-character-selector {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 103px;
  user-select: none;
  align-items: center;
  width: 100%;
}
.dtr-character-selector .dtr-character {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.dtr-character-selector .dtr-character.l1 {
  order: 0;
  z-index: 4;
}
.dtr-character-selector .dtr-character.l2 {
  transform: scale(0.98);
  order: 1;
  z-index: 3;
  margin-top: -78px;
  transition: margin-top linear 0.07s;
}
.dtr-character-selector .dtr-character.l3 {
  transform: scale(0.96);
  order: 2;
  z-index: 2;
  margin-top: -77px;
  transition: margin-top linear 0.12s;
}
.dtr-character-selector .dtr-character.l4 {
  transform: scale(0.94);
  order: 3;
  z-index: 1;
  margin-top: -83px;
  transition: margin-top linear 0.12s;
}
.dtr-character-selector:hover .dtr-character.l2 {
  margin-top: -5px;
}
.dtr-character-selector:hover .dtr-character.l3 {
  margin-top: -5px;
}
.dtr-character-selector:hover .dtr-character.l4 {
  margin-top: -5px;
}
@media (max-width: 400px) {
  .dtr-character-selector {
    height: 75px;
  }
  .dtr-character-selector .dtr-character.l2 {
    margin-top: -55px;
  }
  .dtr-character-selector .dtr-character.l3 {
    margin-top: -56px;
  }
  .dtr-character-selector .dtr-character.l4 {
    margin-top: -56px;
  }
}
.dtr-character {
  display: flex;
  min-height: 84px;
  max-height: 84px;
  max-width: 415px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 84px;
  align-items: center;
  width: 100%;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}
.dtr-character .character-info {
  padding-left: 84px;
  white-space: nowrap;
  line-height: 1;
}
.dtr-character .character-info .display-name {
  font-size: 24px;
  margin: 0;
  color: #ededed;
}
.dtr-character .character-info .subtitle {
  font-size: 14px;
  color: #b3b3b3;
}
.dtr-character .character-level {
  text-align: right;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
  padding-right: 16px;
}
.dtr-character .character-level .level {
  color: #ededed;
  font-size: 14px;
  display: block;
}
.dtr-character .character-level .level:before {
  content: 'Lvl ';
}
.dtr-character .character-level .light-level {
  color: #41eacf;
  font-size: 24px;
  display: block;
}
.dtr-character .character-level .light-level:before {
  content: '\2726';
}
@media (max-width: 400px) {
  .dtr-character {
    max-height: 60px;
    min-height: 60px;
    max-width: 296px;
    background-size: auto 60px;
  }
  .dtr-character .character-info {
    padding-left: 60px;
  }
  .dtr-character .character-info .display-name {
    font-size: 18px;
  }
  .dtr-character .character-info .subtitle {
    font-size: 12px;
  }
}
.trn-article-list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trn-article-list-box .article-entry {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  width: calc(33% - 4px);;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
}
.trn-article-list-box .article-entry .trn-card-header {
  padding: 16px 16px 0 16px;
}
.trn-article-list-box .article-entry .trn-card-header.flex {
  display: flex;
}
.trn-article-list-box .article-entry .trn-card-header.dark {
  background: #111111;
}
.trn-article-list-box .article-entry .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.trn-article-list-box .article-entry .trn-card-tools {
  margin-left: auto;
}
.trn-article-list-box .article-entry .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.trn-article-list-box .article-entry .trn-card-body {
  padding: 32px;
}
.trn-article-list-box .article-entry .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.trn-article-list-box .article-entry .trn-card-pagination form {
  display: inline-block;
}
.trn-article-list-box .article-entry .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.trn-article-list-box .article-entry .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.trn-article-list-box .article-entry .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.trn-article-list-box .article-entry .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.trn-article-list-box .article-entry .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 660px) {
  .trn-article-list-box .article-entry {
    width: calc(50% - 4px);;
  }
}
@media (max-width: 450px) {
  .trn-article-list-box .article-entry {
    width: 100%;
  }
}
.trn-article-list-box .article-entry .article-date {
  color: #0099d1;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.trn-article-list-box .article-entry img {
  width: 100%;
}
.trn-article-list-box .article-entry h2 {
  margin: 0;
  font-size: 16px;
  padding: 16px;
  color: #fff;
}
.trn-article-list-box .article-entry p {
  padding: 16px;
  padding-top: unset;
  color: #b3b3b3;
}
.dtr-gear-meta .trn-card-header {
  align-items: center;
  padding-bottom: 8px;
}
.dtr-gear-meta .dtr-gear-meta-list {
  padding-bottom: 8px;
}
.dtr-gear-meta .dtr-gear-meta-list .title {
  padding: 8px 16px;
  font-size: 16px;
  display: block;
}
.dtr-gear-meta .dtr-gear-meta-list .dtr-gear-item {
  padding: 4px 16px;
}
.dtr-gear-meta .dtr-gear-meta-list .dtr-gear-item .icon {
  margin: 1px;
}
.dtr-gear-meta .dtr-gear-meta-list .dtr-gear-item .icon img {
  width: 34px;
  height: 34px;
}
.dtr-gear-meta .dtr-gear-meta-list .dtr-gear-item .details {
  justify-content: center;
  line-height: 1;
  margin: 4px;
}
.dtr-gear-meta .dtr-gear-meta-list .dtr-gear-item .details .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.dtr-home-parts {
  display: flex;
  flex-direction: column;
}
.dtr-home-part1 {
  display: flex;
  margin-bottom: 16px;
}
.dtr-home-part1 .dtr-articles {
  width: 70%;
  flex-grow: 1;
}
.dtr-home-part1 .dtr-articles .article-buttons {
  display: flex;
  justify-content: center;
  height: 60px;
}
.dtr-home-part1 .dtr-articles .article-buttons a {
  margin-top: 16px;
  display: block;
  width: 180px;
  text-align: center;
  background: #62878f;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  height: 35px;
}
.dtr-home-part1 .dtr-articles .article-buttons a:hover {
  color: #fff;
  background: #668d95;
}
.dtr-home-part1 .dtr-articles .article-buttons a:active {
  background: #5e8189;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dtr-home-part1 .dtr-meta {
  width: 30%;
  margin-left: 8px;
}
.dtr-home-part1 .dtr-meta .trn-card {
  max-height: 434px;
}
.dtr-home-part1 .dtr-meta .dtr-populations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dtr-home-part1 .dtr-meta .dtr-populations .dtr-population {
  width: 33%;
  text-align: center;
  min-width: 112px;
}
.dtr-home-part1 .dtr-meta .dtr-populations .dtr-population .value {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.dtr-home-part1 .dtr-meta .dtr-populations .dtr-population .title {
  color: #b3b3b3;
}
.dtr-home-part1 .dtr-meta .dtr-populations .dtr-population .subtitle {
  color: #b3b3b3;
  font-size: 10px;
}
.dtr-home-part1 .dtr-meta .dtr-populations.bottom {
  margin-top: 32px;
}
.dtr-home-part1 .dtr-meta .dtr-gear-item .value {
  margin-left: auto;
  margin-right: 16px;
  align-self: center;
  font-size: 18px;
  color: #ededed;
}
.dtr-home-part12 {
  display: flex;
  display: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.dtr-home-part12 .podcast-left {
  width: 70%;
  text-align: center;
}
.dtr-home-part12 .podcast {
  width: 30%;
  margin-left: 16px;
}
.dtr-home-part2 {
  display: flex;
  justify-content: space-between;
}
.dtr-home-part2 .dtr-home-board {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background: #1b1b1b;
  margin-bottom: 16px;
  width: 100%;
  width: calc(33% - 4px);;
  max-height: 508px;
}
.dtr-home-part2 .dtr-home-board .trn-card-header {
  padding: 16px 16px 0 16px;
}
.dtr-home-part2 .dtr-home-board .trn-card-header.flex {
  display: flex;
}
.dtr-home-part2 .dtr-home-board .trn-card-header.dark {
  background: #111111;
}
.dtr-home-part2 .dtr-home-board .trn-card-header .trn-card-title {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 16px;
}
.dtr-home-part2 .dtr-home-board .trn-card-tools {
  margin-left: auto;
}
.dtr-home-part2 .dtr-home-board .trn-card-subtitle {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.54;
  margin: 0;
}
.dtr-home-part2 .dtr-home-board .trn-card-body {
  padding: 32px;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination {
  background: #111111;
  border-top: 1px solid #242527;
  text-align: right;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination form {
  display: inline-block;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination form .hidden-submit {
  border: 0 none;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination .current {
  color: #ededed;
  width: unset;
  background: none;
  border: none;
  text-align: center;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination a {
  color: #ededed;
  display: inline-block;
  padding: 16px;
  text-decoration: none;
  transition: background ease-in 0.1s;
  cursor: pointer;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination a:hover {
  background: rgba(66, 66, 66, 0.2);
  transition: background ease-out 0.1s;
}
.dtr-home-part2 .dtr-home-board .trn-card-pagination a[disabled] {
  color: #cccccc;
  background: none !important;
  cursor: default;
  pointer-events: none;
}
.dtr-home-part2 .dtr-home-board .lb-ops {
  height: 30px;
  padding: 16px 32px;
}
.dtr-home-part2 .dtr-home-board .lb-ops select {
  padding: 8px;
  width: 130px;
}
.dtr-home-part2 .dtr-home-board .trn-table-container {
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dtr-home-part2 .dtr-home-board .trn-table-container tr {
  cursor: pointer;
}
.dtr-home-part2 .dtr-home-board .lb-btn {
  margin: 16px auto;
  text-align: center;
  display: block;
  max-width: 200px;
  background: #62878f;
  padding: 16px 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.dtr-home-part2 .dtr-home-board .lb-btn:hover {
  color: #fff;
  background: #668d95;
}
.dtr-home-part2 .dtr-home-board .lb-btn:active {
  background: #5e8189;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dtr-home-part2 .dtr-home-milestones {
  margin-left: 16px;
  display: flex;
  flex-wrap: wrap;
}
.dtr-home-part2 .dtr-home-milestones .milestone {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 16px;
  display: inline-block;
  height: 250px;
  width: calc(50% - 4px);
}
.dtr-home-part2 .dtr-home-milestones .milestone .details {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  align-items: center;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .icon {
  width: 55px;
  height: 55px;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .text .name {
  font-size: 24px;
  line-height: 1;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .text .location {
  display: block;
  color: #b3b3b3;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .modifiers {
  width: 100%;
  align-self: flex-end;
  display: flex;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .modifiers .modifier {
  margin: 16px;
}
.dtr-home-part2 .dtr-home-milestones .milestone .details .modifiers .modifier .icon {
  width: 30px;
  height: 30px;
}
.dtr-home-part2 .dtr-home-milestones .milestone:first-child {
  flex-grow: 1;
}
.dtr-home-part2 .dtr-home-milestones .milestone:nth-child(2) {
  width: 300px;
  margin-left: 16px;
  border-radius: unset;
}
.dtr-home-part2 .dtr-home-milestones .milestone:nth-child(3) {
  margin-right: 16px;
}
@media (max-width: 1200px) {
  .dtr-home-part1 {
    flex-direction: column;
  }
  .dtr-home-part1 .dtr-articles {
    width: unset;
  }
  .dtr-home-part1 .dtr-meta {
    width: unset;
    margin-left: unset;
    margin-top: 32px;
    display: flex;
  }
  .dtr-home-part1 .dtr-meta .dtr-meta-population {
    margin-right: 8px;
    align-self: flex-start;
  }
  .dtr-home-part12 {
    display: none;
  }
  .dtr-home-part2 .dtr-home-milestones .milestone {
    width: 100%;
  }
  .dtr-home-part2 .dtr-home-milestones .milestone:nth-child(2) {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .dtr-home-part2 .dtr-home-milestones .milestone:nth-child(3) {
    margin-right: unset;
  }
}
@media (max-width: 991px) {
  .dtr-home-part1 .dtr-meta {
    flex-direction: column;
  }
  .dtr-home-part2 {
    flex-direction: column;
  }
  .dtr-home-part2 .dtr-home-board {
    width: unset;
    max-height: unset;
    min-width: unset;
  }
  .dtr-home-part2 .dtr-home-milestones {
    margin-left: unset;
  }
}
@media (max-width: 600px) {
  .dtr-home-part1 {
    flex-direction: column-reverse;
  }
}
#character-selector {
  display: flex;
  max-height: 84px;
  flex-direction: column;
  z-index: 3000;
  /*align-items: flex-end;*/
  user-select: none;
  -webkit-user-select: none;
  cursor: default !important;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}
#character-selector.single .character-info {
  cursor: default;
}
#character-selector.single .character-info.selected .character-chevron {
  display: none;
}
#character-selector.visible {
  overflow: visible;
}
#character-selector.visible .character-info.other {
  opacity: 1;
}
#character-selector .character-info {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  display: flex;
  width: 415px;
  max-width: 100%;
  min-height: 84px;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 660px) {
  #character-selector .character-info {
    width: 100%;
  }
}
#character-selector .character-info.grouped {
  background: #000;
}
#character-selector .character-info.grouped .character-chevron {
  background: unset !important;
}
#character-selector .character-info .character-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#character-selector .character-info .character-icon {
  width: 84px;
  height: 84px;
}
#character-selector .character-info .character-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 90px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
#character-selector .character-info .character-data .character-subtitle,
#character-selector .character-info .character-data .character-name {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#character-selector .character-info .character-data .character-subtitle {
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
}
#character-selector .character-info .character-data .character-level {
  color: white;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#character-selector .character-info .character-data .character-power {
  color: #41eacf;
  line-height: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  font-weight: bold;
}
#character-selector .character-info .character-data .character-power:before {
  content: '✦';
  margin-right: 2px;
  font-size: 20px;
  vertical-align: top;
}
#character-selector .character-info .character-chevron {
  display: none;
  margin-left: auto;
  min-width: 30px;
  width: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  color: white;
  transition: background ease-in-out 0.15s;
}
#character-selector .character-info .character-chevron:hover {
  background: rgba(66, 66, 66, 0.7);
}
#character-selector .character-info.selected {
  order: 0;
}
#character-selector .character-info.selected .character-chevron {
  display: flex;
}
#character-selector .character-info.selected .character-link {
  display: none;
}
#character-selector .character-info.other {
  order: 1;
  opacity: 0;
  transition: opacity ease-in-out 0.15s;
  transform: scale(0.7);
  -webkit-filter: blur(0px);
  -webkit-backface-visibility: hidden;
  margin: -13px -15% -13px 0;
}
#character-selector .character-info.other .character-icon {
  -webkit-filter: blur(0px);
  -webkit-backface-visibility: hidden;
}
.dtr-multisearch .heading .search-box {
  display: flex;
}
.dtr-multisearch .heading .search-box .search-text {
  color: #1b1b1b;
  background: #eee;
  border: 1px solid #ccc;
  resize: none;
  height: 100px;
  flex-grow: 1;
  flex-basis: 0;
  padding: 16px 16px 0 16px;
}
.dtr-multisearch .heading .search-box .search-text:focus {
  outline: 0;
}
.dtr-multisearch .heading .search-box .search-button {
  margin-left: 16px;
  background: #62878f;
  text-decoration: none;
  justify-content: center;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
}
.dtr-multisearch .heading .search-box .search-button:focus,
.dtr-multisearch .heading .search-box .search-button:active,
.dtr-multisearch .heading .search-box .search-button:hover {
  color: #fff;
}
.dtr-multisearch .heading .search-box .search-button:hover {
  background: #4d6a71;
}
.dtr-multisearch .heading .search-box .search-button:active {
  background: #394e52;
}
.dtr-multisearch .search-results .search-entry {
  margin-top: 16px;
}
.dtr-multisearch .search-results .search-entry .profile-title {
  background: #111111;
  padding: 16px;
}
.dtr-multisearch .search-results .search-entry .sections {
  display: flex;
}
.dtr-multisearch .search-results .search-entry .section-character {
  display: flex;
  justify-content: space-between;
  width: 60%;
  overflow: hidden;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character {
  height: 50px;
  width: 247px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8px 8px 8px 50px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character img {
  height: 20px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character.active {
  width: 100%;
  order: 0;
  height: 50px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character.active img {
  height: 50px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character .name {
  display: block;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character .subclass {
  color: #b3b3b3;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character .level {
  position: absolute;
  font-size: 14px;
  bottom: 8px;
  right: 8px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character .power {
  color: #41eacf;
  line-height: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  font-size: 16px;
  top: 8px;
  right: 8px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .character .power:before {
  content: '✦';
  margin-right: 2px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats {
  padding: 16px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats .title {
  display: block;
  font-size: 16px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats .small-stats {
  display: flex;
  padding: 8px 0;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats .small-stat {
  padding: 0 12px;
  line-height: 1;
  text-align: right;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats .small-stat .value {
  display: block;
  font-size: 16px;
}
.dtr-multisearch .search-results .search-entry .section-character .character-info .profile-stats .small-stat .name {
  color: #b3b3b3;
  font-size: 12px;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset {
  display: flex;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup {
  padding: 16px;
  overflow: hidden;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .title {
  font-size: 16px;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item {
  cursor: default;
  padding: 1px 8px;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item .icon {
  margin: 1px;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item .icon img {
  width: 34px;
  height: 34px;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item:hover {
  background: unset;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item .details {
  justify-content: center;
  line-height: 1;
}
.dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup .dtr-gear-item .details .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dtr-multisearch .search-results .search-entry .section-playlist {
  border-left: 4px solid #111111;
  display: flex;
  flex-grow: 1;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-selector {
  width: 40px;
  background: #111111;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-selector .playlist {
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-block;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-selector .playlist img {
  width: 100%;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-selector .playlist.active {
  background: #1b1b1b;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content {
  padding: 16px;
  width: 100%;
  min-width: 324px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .title {
  display: block;
  font-size: 16px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .top-ratings {
  display: flex;
  justify-content: space-between;
  padding: 32px 16px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .top-ratings .large-rating {
  line-height: 1.1;
  display: flex;
  align-items: center;
  text-align: right;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .top-ratings .large-rating img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .top-ratings .large-rating .value {
  font-size: 22px;
  display: block;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .top-ratings .large-rating .name {
  display: block;
  font-size: 16px;
  color: #b3b3b3;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .winratio {
  display: flex;
  height: 16px;
  margin: 3px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .winratio > div {
  height: 8px;
  width: 4px;
  margin-right: 2px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .winratio > div.loss {
  background: #f44336;
  margin-top: 8px;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .winratio > div.win {
  background: #4caf50;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .small-stat {
  line-height: 1.1;
  display: flex;
  text-align: right;
  flex-direction: column;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .small-stat .value {
  font-size: 20px;
  display: block;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .small-stats .small-stat .name {
  display: block;
  font-size: 14px;
  color: #b3b3b3;
}
.dtr-multisearch .search-results .search-entry .section-playlist .playlist-content .last-matches {
  padding: 16px;
}
@media (max-width: 1199px) {
  .dtr-multisearch .search-results .search-entry .section-character {
    flex-direction: column;
  }
  .dtr-multisearch .search-results .search-entry .section-character .character-info {
    display: flex;
  }
  .dtr-multisearch .search-results .search-entry .section-character .gearset {
    display: flex;
  }
  .dtr-multisearch .search-results .search-entry .section-character .gearset .geargroup {
    flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .dtr-multisearch .search-results .search-entry .sections {
    flex-direction: column;
  }
  .dtr-multisearch .search-results .search-entry .section-character {
    width: unset;
  }
  .dtr-multisearch .search-results .search-entry .section-character .character-info {
    display: block;
  }
  .dtr-multisearch .search-results .search-entry .section-playlist {
    flex-direction: column;
    border-top: 4px solid #111111;
    border-left: unset;
  }
  .dtr-multisearch .search-results .search-entry .section-playlist .playlist-selector {
    width: 100%;
  }
}
@media (max-width: 710px) {
  .dtr-multisearch .search-results .search-entry .section-character {
    flex-direction: column;
  }
  .dtr-multisearch .search-results .search-entry .section-character .gearset {
    display: flex;
    flex-wrap: wrap;
  }
}
.dtr-clan .clan-header .header-hero {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.dtr-clan .clan-header .header-details {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
}
.dtr-clan .clan-header .header-details .icon {
  box-sizing: border-box;
  margin-top: -56px;
  padding: 4px;
  border-radius: 5px;
  background: #242527;
  width: 104px;
  height: 104px;
  z-index: 5;
}
.dtr-clan .clan-header .header-details .text {
  margin-left: 8px;
}
.dtr-clan .clan-header .header-details .text .name {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
.dtr-clan .clan-header .header-details .text .subtitle {
  color: #fff;
  opacity: .7;
}
.dtr-clan .clan-header .header-details .description {
  width: 100%;
  margin: 8px 4px 4px;
  color: #fff;
  opacity: .7;
  font-style: italic;
}
.dtr-clan .clan-quicks {
  display: flex;
  flex-wrap: wrap;
}
.dtr-clan .clan-quicks .quick {
  padding: 8px;
  display: flex;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: unset;
}
.dtr-clan .clan-quicks .quick .icon {
  max-height: 38px;
  margin-right: 8px;
}
.dtr-clan .clan-quicks .quick .details {
  text-align: right;
}
.dtr-clan .clan-quicks .quick .details .value {
  display: block;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.dtr-clan .clan-quicks .quick .details .name {
  display: block;
  line-height: 1;
  color: #fff;
  opacity: .7;
}
.dtr-clan .lb-selector {
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 0, 0.5) !important;
}
.dtr-leaderboards .table-head {
  display: flex;
  background: #111111;
  border-bottom: 1px solid #242527;
}
.dtr-leaderboards .table-head > div {
  padding: 16px;
}
.dtr-leaderboards .table-head .head-rank {
  min-width: 60px;
}
.dtr-leaderboards .table-head .head-profile {
  min-width: 240px;
}
.dtr-leaderboards .table-head .head-value {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
}
.dtr-leaderboards .table-body .table-row {
  display: flex;
  align-items: center;
  position: relative;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.dtr-leaderboards .table-body .table-row:hover {
  background: #1e1e1e;
}
.dtr-leaderboards .table-body .table-row .row-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.dtr-leaderboards .table-body .table-row > div {
  padding: 16px;
}
.dtr-leaderboards .table-body .table-row .row-rank {
  text-align: center;
  min-width: 60px;
  color: #b3b3b3;
}
.dtr-leaderboards .table-body .table-row .row-profile {
  min-width: 240px;
  display: flex;
  align-items: center;
  position: relative;
}
.dtr-leaderboards .table-body .table-row .row-profile .icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  border-radius: 2px;
}
.dtr-leaderboards .table-body .table-row .row-profile .flag {
  position: absolute;
  width: 20px;
  height: 12px;
  bottom: 4px;
  left: 39px;
}
.dtr-leaderboards .table-body .table-row .row-profile .text {
  line-height: 1.3;
}
.dtr-leaderboards .table-body .table-row .row-profile .text .name {
  display: block;
  font-size: 16px;
}
.dtr-leaderboards .table-body .table-row .row-profile .text .name .power {
  color: #41eacf;
  font-size: 14px;
}
.dtr-leaderboards .table-body .table-row .row-profile .text .name .power:before {
  content: "\2726";
  vertical-align: text-top;
  font-size: 11px;
}
.dtr-leaderboards .table-body .table-row .row-profile .text .subtitle {
  color: #b3b3b3;
  font-size: 12px;
}
.dtr-leaderboards .table-body .table-row .row-value {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
  padding: 16px 8px;
}
.dtr-leaderboards .table-body .table-row .row-value .winrate-bar {
  border-radius: 2px;
  overflow: hidden;
  height: 24px;
  width: 140px;
  background: #2e7d32;
  display: flex;
}
.dtr-leaderboards .table-body .table-row .row-value .winrate-bar > div {
  padding: 2px 4px;
}
.dtr-leaderboards .table-body .table-row .row-value .winrate-bar .losses {
  background: #c62828;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .dtr-leaderboards .table-body .table-row .row-value .winrate-bar {
    width: 100%;
  }
}
.dtr-leaderboards .table-body .table-row .row-value.imp1 {
  background: rgba(255, 255, 255, 0.025);
  padding: 21px 8px;
}
.dtr-leaderboards .table-body.compact .table-row > div {
  padding: 16px;
}
.dtr-leaderboards .table-body.compact .table-row .row-rank {
  text-align: center;
  min-width: 60px;
  color: #b3b3b3;
}
.dtr-leaderboards .table-body.compact .table-row .row-profile .icon {
  width: 35px;
  height: 35px;
}
.dtr-leaderboards .table-body.compact .table-row .row-profile .text .name {
  font-size: 14px;
}
.dtr-leaderboards .table-body.compact .table-row .row-profile .text .name .power {
  font-size: 12px;
}
.dtr-leaderboards .table-body.compact .table-row .row-profile .text .subtitle {
  color: #b3b3b3;
  font-size: 12px;
}
.dtr-leaderboards .table-body.compact .table-row .row-value {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
  padding: 8px 8px;
}
.dtr-leaderboards .table-body.compact .table-row .row-value .winrate-bar {
  border-radius: 2px;
  overflow: hidden;
  height: 24px;
  width: 140px;
  background: #2e7d32;
  display: flex;
}
.dtr-leaderboards .table-body.compact .table-row .row-value .winrate-bar > div {
  padding: 2px 4px;
}
.dtr-leaderboards .table-body.compact .table-row .row-value .winrate-bar .losses {
  background: #c62828;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .dtr-leaderboards .table-body.compact .table-row .row-value .winrate-bar {
    width: 100%;
  }
}
.dtr-leaderboards .table-body.compact .table-row .row-value.imp1 {
  background: rgba(255, 255, 255, 0.025);
  padding: 8px 8px;
}
@media (max-width: 800px) {
  .dtr-leaderboards .table-head .head-value.imp3 {
    display: none;
  }
  .dtr-leaderboards .table-body .row-value.imp3 {
    display: none;
  }
}
@media (max-width: 530px) {
  .dtr-leaderboards .table-head .head-profile {
    width: 220px;
  }
  .dtr-leaderboards .table-head .head-value.imp2 {
    display: none;
  }
  .dtr-leaderboards .table-body .row-profile {
    width: 220px;
  }
  .dtr-leaderboards .table-body .row-value.imp2 {
    display: none;
  }
}
@media (max-width: 400px) {
  .dtr-leaderboards .table-head .head-rank {
    min-width: unset;
    padding: 16px 0;
  }
  .dtr-leaderboards .table-body .table-row .row-rank {
    min-width: unset;
    padding: 16px 0;
  }
}
.dtr-crucible .trn-profile-header .playlist-info {
  display: flex;
  align-items: center;
}
.dtr-crucible .trn-profile-header .playlist-info img {
  height: 40px;
  margin-right: 16px;
}
.dtr-crucible .trn-profile-header .playlist-info h2 {
  margin: 0;
  font-size: 30px;
}
.dtr-crucible .overview {
  display: flex;
}
.dtr-crucible .overview .aside {
  min-width: 350px;
  margin-right: 8px;
}
.dtr-crucible .overview .aside .elo-card {
  display: flex;
  align-items: center;
}
.dtr-crucible .overview .aside .elo-card .icon {
  width: 90px;
  height: 90px;
  margin-right: 16px;
}
.dtr-crucible .overview .aside .elo-card .text {
  line-height: 1.2;
}
.dtr-crucible .overview .aside .elo-card .text .tier {
  font-size: 18px;
  color: #b3b3b3;
}
.dtr-crucible .overview .aside .elo-card .text .rating {
  font-size: 28px;
}
.dtr-crucible .overview .aside .elo-card .text .rank {
  font-size: 14px;
  color: #4caf50;
}
.dtr-crucible .overview .aside .dtr-gear-usage-list {
  margin-top: 16px;
}
.dtr-crucible .overview .aside .dtr-gear-usage-list .value {
  color: #fff;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 4px;
  text-decoration: none;
  text-align: right;
  margin-left: auto;
}
.dtr-crucible .overview .aside .dtr-gear-usage-list .value .total {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #ededed;
}
.dtr-crucible .overview .aside .dtr-gear-usage-list .value .percentage {
  color: #b3b3b3;
}
.dtr-crucible .overview .content {
  width: calc(100% - 360px);;
}
.dtr-crucible .overview .content #bar-chart {
  max-height: 200px;
}
@media (max-width: 992px) {
  .dtr-crucible .overview {
    flex-wrap: wrap;
  }
  .dtr-crucible .overview .content {
    width: 100%;
  }
  .dtr-crucible .overview .aside {
    width: 100%;
    max-width: unset;
    margin-right: unset;
    display: flex;
    align-items: flex-start;
  }
  .dtr-crucible .overview .aside .elo-card-container {
    margin-right: 8px;
  }
}
@media (max-width: 600px) {
  .dtr-crucible .overview .aside {
    display: unset;
  }
}
.dtr-detailed-selector {
  display: flex;
  /* Small Devices, Tablets */
}
.dtr-detailed-selector .trn-card {
  flex-grow: 1;
  margin-left: 8px;
}
.dtr-detailed-selector .dtr-character-selector {
  min-width: 415px;
  width: 415px;
}
@media only screen and (max-width: 768px) {
  .dtr-detailed-selector {
    flex-direction: column;
  }
  .dtr-detailed-selector .dtr-character-selector {
    min-width: unset;
    width: 100%;
  }
  .dtr-detailed-selector .trn-card {
    margin-left: unset;
  }
}
.dtr-detailed-stats-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  margin-bottom: 8px;
  /* Small Devices, Tablets */
}
.dtr-detailed-stats-group .trn-card {
  margin-bottom: unset;
}
@media only screen and (max-width: 768px) {
  .dtr-detailed-stats-group {
    grid-template-columns: 1fr;
  }
}
.dtr-detailed-stats {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
}
.dtr-detailed-stats .stat {
  width: 33%;
  line-height: 1.1;
  padding: 16px;
  overflow: hidden;
}
.dtr-detailed-stats .stat .name {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dtr-detailed-stats .stat .value {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .dtr-detailed-stats .stat {
    width: calc(33% - 16px);
  }
}
@media only screen and (max-width: 992px) {
  .dtr-detailed-stats .stat {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .dtr-detailed-stats .stat {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 480px) {
  .dtr-detailed-stats .stat {
    width: calc(50% - 16px);
  }
  .dtr-detailed-stats .stat .name {
    font-size: 12px;
  }
  .dtr-detailed-stats .stat .value {
    font-size: 16px;
  }
}
.dtr-medals {
  display: flex;
  flex-wrap: wrap;
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
}
.dtr-medals .medal {
  background: #111111;
  width: calc(16% - 16px);
  flex-grow: 1;
  padding: 8px;
  margin: 4px;
  text-align: center;
}
.dtr-medals .medal.disabled .name {
  color: #cccccc;
}
.dtr-medals .medal.disabled img {
  opacity: .57;
}
.dtr-medals .medal .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.dtr-medals .medal img {
  width: 74px;
  height: 74px;
  margin: 8px;
  overflow: hidden;
}
.dtr-medals .medal .earned {
  display: block;
  font-size: 16px;
  color: #b3b3b3;
}
.dtr-medals .medal .pga {
  display: block;
  font-size: 11px;
  color: #b3b3b3;
}
@media only screen and (max-width: 1200px) {
  .dtr-medals .medal {
    width: calc(16% - 16px);
  }
}
@media only screen and (max-width: 992px) {
  .dtr-medals .medal {
    width: calc(25% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .dtr-medals .medal {
    width: calc(33% - 16px);
  }
}
@media only screen and (max-width: 480px) {
  .dtr-medals .medal {
    width: calc(50% - 16px);
  }
  .dtr-medals .medal .name {
    font-size: 14px;
  }
}
.dtr-weapon-categories {
  display: flex;
  flex-wrap: wrap;
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
}
.dtr-weapon-categories .weapon {
  background: #111111;
  padding: 16px;
  margin: 4px;
  width: calc(25% - 8px);
  flex-grow: 1;
}
.dtr-weapon-categories .weapon .title {
  font-size: 20px;
  width: 200px;
  padding-bottom: 8px;
}
.dtr-weapon-categories .weapon .stats {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.dtr-weapon-categories .weapon .stats .stat {
  width: 50%;
  line-height: 1.1;
  padding: 16px;
  overflow: hidden;
}
.dtr-weapon-categories .weapon .stats .stat .name {
  display: block;
  font-size: 12px;
  color: #b3b3b3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dtr-weapon-categories .weapon .stats .stat .value {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .dtr-weapon-categories .weapon {
    width: calc(33% - 16px);
  }
}
@media only screen and (max-width: 992px) {
  .dtr-weapon-categories .weapon {
    width: calc(33% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .dtr-weapon-categories .weapon {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 480px) {
  .dtr-weapon-categories .weapon {
    width: calc(100% - 16px);
  }
  .dtr-weapon-categories .weapon .name {
    font-size: 14px;
  }
}
#site-body {
  padding: 0;
}
a {
  color: white;
}
a.primary {
  color: #62878f;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 4px;
  padding-right: 4px;
}
.row {
  margin-left: -4px;
  margin-right: -4px;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
/*@media(max-width: 750px) {
    // Don't waste 14px on padding when the user is on mobile.
    // Especally if they are on a 320px screen.
    .container {
        padding-left: @gutter;
        padding-right: 11px;
        overflow: hidden;
    }
}*/
.vue-simple-spinner {
  margin-bottom: 16px !important;
}