table {
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
}

tr,
td {
	border: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 100px;
	height: 80px;
	border-radius: 2px;
}

.shopbtn {
	width: 20%;
	font-size: 18px;
}

.unpurchased {
	background-color: rgba(0, 255, 255, 0.5);
}

.shopOption {
	left: 8px;
	margin-right: 8px;
	padding: 8px;
	border-radius: 4px;
	font-size: 18px;
	background-color: #eeeeee;
	border: none;
}

.shopOption:hover {
	opacity: 0.5;
	cursor: pointer;
}

.shopSelected {
	font-weight: bold;
	opacity: 1;
}

.previewFadein {
	position: relative;
	border: 1px solid;
	animation: previewFadein 0.8s;
}

.smflip {
	transform: scale(1, -1);
	top: 8px;
}

.smrotate {
	transform: scale(-1, 1);
}

.rankMsg-IS {
	position: relative;
	top: 3px;
	margin-left: -4px;
}

.smflip.smrotate,
.smrotate.smflip {
	transform: scale(-1, -1);
}

@keyframes previewFadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.shop-item {
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.2);
	padding-bottom: 25px;
	margin-bottom: 25px;
	min-height: 275px;
}

.shop-preview {
	float: left;
	position: relative;
	left: 0px;
	top: 5px;
	padding-top: 10px;
	width: 300px;
	height: 300px;
	overflow-y: auto;
}

.rankshape-preview {
	float: left;
	position: relative;
	left: 0px;
	top: 5px;
	padding-top: 10px;
	width: 300px;
	height: 300px;
	overflow-y: auto;
}

.shop-name,
.shop-description,
.shop-price,
.shop-buy {
	position: relative;
	left: 5px;
	margin-left: 300px;
}

.shop-name {
	font-size: 38px;
}

.shop-description {
	font-size: 20px;
}

.shop-price {
	font-size: 22px;
}

.shop-buy-button {
	font-weight: 600;
}

.minnitsmiley {
	zoom: 0.5;
}

.shop-wiki {
	color: #000000;
}

.circlePic {
	border-radius: 50%;
}

.rankCustom {
	left: -10px;
	top: 11px;
	opacity: 1;
	height: 12px;
	width: 12px;
	position: relative;
	display: inline-block;
}

.convoPic {
	float: left;
	width: 43px;
	height: 43px;
	z-index: 2;
	margin: 20px;
	transform: scale(1.3);
}

.rankMsg-28 {
	position: relative;
	margin-left: -4px;
	top: 4px;
	width: 26px;
	height: 26px;
}

.minnit-emoji-holder {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -5px;
	width: 75px;
	height: 75px;
}

.emoji-effect {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
}

.limited-countdown {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}

@media only screen and (max-width: 800px) {
	.shop-preview {
		float: none;
		width: 98vw;
		height: initial;
	}

	.shop-name,
	.shop-description,
	.shop-price,
	.shop-buy {
		margin-left: 0px;
	}

	.checkoutbtn {
		width: 90vw;
	}
}

.boost-icon {
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -5px;
	max-width: 28px;
	max-height: 28px;
	height: 28px;
	width: 28px;
}