.madnessHistory {
}

.madnessHistory .top {
	padding: 7px 12px;
}

.madnessHistory .avatar {
	float: left;
	width: 58px;
	height: 58px;
	background-size: 58px 58px;
}

.madnessHistory .chart {
	position: relative;
	width: 225px;
	height: 24px;
	background-color: #f0f0f0;
	overflow: hidden;
	border-radius: 12px;
	margin: 5px 0 0 0;
}

.madnessHistory .bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	background-color: #83D97E;
}

.madnessHistory .chart .amount {
	position: absolute;
	left: 5px;
	top: 0;
	line-height: 24px;
}

.madnessHistory .listContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.madnessHistory .listDivider {
	height: 5px;
	background-color: #d0d0d0;
}

.madnessHistory .day {
}

.madnessHistory .date {
	float: left;
	line-height: 34px;
	margin: 0 0 0 2px;
}

.madnessHistory .coinIcon {
	float: right;
	width: 26px;
	height: 24px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/coin_s_v1.png);
	background-size: 26px 24px;
	margin: 5px 2px 0 0;
}

.madnessHistory .day .amount {
	float: right;
	line-height: 34px;
	margin: 0 5px 0 0;
}

.madnessHistory .listSeparator {
	height: 5px;
	background-color: #f0f0f0;
}

.madnessHistory .right {
	float: left;
	margin: 0 0 0 12px;
}

.madnessHistory .name {
	width: 130px;
	margin: 0 0 8px 0;
}

