@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* TEXT */
.text-center {
  text-align: center !important;
}

/* TEXT */

/* FORM */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-floating {
  position: relative;
}

.form-signin input[type='email'] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type='password'] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
}

.form-signin .checkbox {
  font-weight: 400;
}

/* FORM */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 5px 5px;
}

/* FORUM */
.ForumHead {
  clear: both;
  height: 50px;
}

.ForumWelcome {
  float: left;
  margin-top: 5px;
  font-size: 10pt;
}

.ForumHead .ForumTimes {
  float: right;
  margin-top: 5px;
}

.ForumHead .ForumTimes .CurrentTime {
  float: right;
}

.ForumBreadCrumbs {
  float: right;
  font-size: 10pt;
  margin: 5px;
  margin-bottom: 10px;
}

.ForumBreadCrumbsSeparator {
  clear: both;
}

.TableHeaderRightButton {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
}

.ForumTitleText {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Content .BoxContent td.ForumPostHeaderCell {
  margin: 0;
  padding: 0;
}

.ForumPostHeader {
  position: relative;
  height: 30px;
  left: 0;
}

.ForumPost {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.ForumPostHeaderAuthor {
  float: left;
  width: 175px;
  padding: 5px 0 0 5px;
}

.ForumPostHeaderText {
  float: right;
  width: 615px;
  padding: 5px 0 0;
}

.ForumPostHeaderTextRight {
  float: right;
}

.PostSeparatorV {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff0d9;
  left: 185px;
}

.Content .BoxContent td.CipPost {
  margin: 0;
  padding: 0;
}

.ForumPost {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.PostSeparatorV {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff0d9;
  left: 185px;
}

.PostUpper {
  clear: both;
}

.PostCharacterText {
  width: 175px;
  float: left;
  padding: 5px;
}

.PostText {
  position: relative;
  min-height: 150px;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  width: 605px;
  word-wrap: break-word;
  padding: 5px;
}

.PostLower {
  clear: both;
  border-top: 1px solid #fff0d9;
  height: 50px;
  padding: 4px 0;
}

.PostDetailsHelper {
  position: relative;
}

.PostDetails {
  width: 175px;
  float: left;
  padding: 0 5px;
  font-size: 7pt;
}

.PostActions {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  word-wrap: break-word;
  font-size: 8pt;
  padding: 10px;
  padding-right: 0;
  margin-left: 180px;
  width: 610px;
}

.PostActions .AdditionalBox {
  float: right;
  white-space: nowrap;
  text-align: right;
  margin-right: 4px;
}

.ForumContentFooterLeft {
  float: left;
  width: 175px;
  padding: 5px;
}

.ForumContentFooterRight {
  float: right;
  padding: 5px 5px 0 0;
}

/* BTN-MYAAC */
.btn-myaac {
  color: #fff;
  background-color: #161a22;
  border-color: #3d4452;
}

.btn-myaac:hover {
  color: #fff;
  background-color: #0d0f14;
  border-color: #3d4452;
}

/* BTN-MYAAC */

.fade {
  transition: opacity 0.15s linear;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.65);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #293042;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border: 1px solid #5f4d41;
  box-shadow: 0px 0px 100px #000;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: #171b26;
  color: #fff;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-family: Verdana;
  margin-top: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: #171b26;
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.LevelRange {
  float: left;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  border-bottom: 1px solid #000;
}

.LevelRangeInput {
  text-align: right;
  width: 100px;
}

.AuctionInput {
  width: 115px;
  margin-right: 7px;
  float: left;
}

.AuctionFilterHelper {
  clear: both;
}

.AuctionInputLong {
  width: 237px;
}

#CurrentTradesItemSearch #ItemInput {
  width: 350px;
}

.DisplayOptionsContent #ItemInput {
  width: 352px;
}

.DisplayOptionsContent {
  min-height: 25px;
  min-width: 600px;
}

.DisplayOptionsContent .DisplayOptionsLabel {
  float: left;
  padding-top: 2px;
}

.DisplayOptionsButton .BigButton {
  position: absolute;
  right: 5px;
}

.Content .BoxContent td {
  font-family:
    Verdana,
    Arial,
    Times New Roman,
    sans-serif;
  font-size: 10pt;
  color: #5a2800;
}

.LabelV120 {
  font-weight: 700;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
}

.PageNavigation {
  padding-right: 10px;
  padding-bottom: 7px;
}

.TableContentContainer {
  border: 1px solid #5f4d41;
  position: relative;
  margin-right: 7px;
  margin-bottom: 5px;
  height: 100%;
  background-color: #d4c0a1;
  padding: 0;
}

.InnerTableContainer .TableContentContainer {
  box-shadow: 3px 3px 2px #875f3e;
}

.AuctionLinks {
  position: absolute;
  right: 6px;
  top: 4px;
  height: 15px;
}

.AuctionLinks a {
  margin-left: 5px;
}

.AuctionCharacterName {
  font-weight: 700;
  margin-bottom: 4px;
}

.AuctionBody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #5a2800;
}

.AuctionOutfit {
  position: relative;
}

.AuctionBodyBlock {
  margin-top: 5px;
  margin-bottom: 5px;
}

.AuctionDisplay {
  flex-basis: 112px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 0;
  padding: 1px;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
  float: left;
  margin-right: 10px;
}

.AuctionNewIcon {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 100;
}

.AuctionOutfitImage {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 100;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  width: 80px;
}

.AuctionItemsViewBox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  grid-auto-rows: 38px;
}

.VSCCoinImages {
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}

.CVIcon.CVIconObject {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.CVIcon.CVIconObject.NoEquipment {
  font-size: 10px;
  text-align: center;
}

.NoEquipment p {
  margin-top: 2px;
}

.CVIcon {
  float: left;
  position: relative;
  z-index: 150;
  cursor: help;
  background-color: #d5c0a1;
  border: 1px solid #5a2800;
  margin: auto;
  padding: 1px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.CVIcon.CVIconObject img {
  width: 32px;
  height: 32px;
}

.ObjectAmount {
  position: absolute;
  bottom: 0;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  z-index: 100;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ShortAuctionData {
  position: relative;
  min-width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.ShortAuctionData .AuctionTimer {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 200px;
  text-align: right;
  background-color: #f1e0c6;
  color: red;
}

.ShortAuctionData .ShortAuctionDataLabel {
  width: 115px;
  font-weight: 700;
  float: left;
}

.ShortAuctionDataValue {
  text-align: right;
}

.ShortAuctionDataBidRow {
  margin-top: 5px;
}

.CurrentBid {
  width: 142px;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 5px;
  text-align: center;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.CurrentBid .Container {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.MyMaxBidLabel {
  font-weight: 700;
}

.MyMaxBidInput {
  width: 131px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.SpecialCharacterFeatures {
  flex-basis: 300px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  padding: 10px;
  background-color: #f1e0c6;
  border: 1px solid #5a2800;
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.SpecialCharacterFeatures .Entry {
  width: 100%;
  min-width: 300px;
  text-align: left;
}

.SpecialCharacterFeatures .CharacterFeatureCategory {
  margin-right: 5px;
}

.BlockPageNavigationRow {
  height: 20px;
  margin-top: 3px;
  margin-bottom: 5px;
  padding: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-top: 3px;
  padding-bottom: 0;
  background-color: #d5c0a1;
  border: 1px solid #5a2800;
}

.BlockPage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  grid-auto-rows: 73px;
  grid-gap: 1px;
}

.BlockPage.BlockPageObject {
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  grid-auto-rows: 38px;
}

.LevelColumn {
  width: 30px !important;
  text-align: right;
}

.PercentageColumn {
  position: relative;
  margin-right: 2px;
}

.PercentageBar {
  position: absolute;
  height: 18px;
  background-color: #5f4d41;
  top: 1px;
}

.PercentageBarSpacer {
  width: 5px;
}

.PercentageStringContainer {
  width: 100%;
  text-align: center;
}

.PercentageString {
  position: absolute;
  top: 3px;
  width: 50%;
  margin-left: 20px;
  left: 0;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.LabelColumn {
  width: 80px !important;
  white-space: nowrap;
}

.CharacterTradeTibiaCoinBalance {
  display: flex;
  position: absolute;
  top: 13px;
  color: #fff;
  right: 5px;
  font-size: 7pt;
  margin-right: 5px;
}
