.user_card_statrow_title {
	display: block;
}

.user_card_statrow {
	
}

.user_name {
	font-size: 20px;
	margin-bottom: 20px;
}

.category_title {
	font-size: 14px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed black;
	display: inline-block;
	margin: 10px 0px;
	width: 512px;
}

.creator {
	font-size: 16px;
	padding: 4px;
	border: 1px dotted black;
	margin: 10px 0px;
}

.donate_tip {
	color: grey;
	font-style: italic;
	font-size: 12px;
}
.profile_of {
	font-size: 16px;
	color: white;
}

.special_user {
	font-size: 16px;
	padding: 4px;
	border: 1px dotted black;
	margin: 10px 0px;
}

td.user_stat {
	min-width: 200px;
}

.percentage_bar_border {
	border: 1px solid black;
	height: 15px;
	display: inline-block;
	width: 100px;
}

.percentage_bar {
	height: 100%;
	background: #c2d5bb;
	color: black;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid black;
}

.rank_icon_img {
	float: right;
}
.rank_icon_title {
	display: block;
	text-align: center;
	font-style: italic;
	color: black;
}

.stats_box {
	padding: 10px;
	min-height: 500px;
	border: 4px dashed rgba(0, 0, 0, 0.4);

}

.time {

}

.date {

}