
.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;
	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;
	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;
	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 .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;
	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;
}

.VSCCoinImages.first {
	margin-right: 8px;
}
