
.ProfileCharacter .CleanUIImage {
	width: 100%;
}

.ProfileCharacter .CleanUIImage:hover {
	opacity: 0.8;
}

.ProfileCharacter .CleanUIText {
	text-align: center;
}

.StatBar {
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
}

.FightCharacter .CleanUIImage {
	width: 100%;
	height: 350px;
}

.FightLog {
	width: 100%;
}

.FightLog .CleanUIContentBody {
	height: 280px;
	overflow-y: scroll;
}