.incentiveHistory {
}

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

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

.incentiveHistory .ticketIcon {
	float: right;
	width: 36px;
	height: 36px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/ticket_s_v1.png);
	background-size: 36px 36px;
	margin: 0 2px 0 0;
	display: none;
}

.incentiveHistory.tickets .ticketIcon {
	display: block;
}

.incentiveHistory .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;
	display: none;
}

.incentiveHistory.coins .coinIcon {
	display: block;
}

.incentiveHistory .bar {
	width: 100%;
	height: 1px;
	background-color: #f0f0f0;
}

.incentiveHistory .breakdownSection {
	margin: 5px 0;
}

.incentiveHistory .breakdownToggle {
	width: 14px;
	height: 8px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/toggledown_s_v1.png);
	background-size: 14px 8px;
	margin: 0 0 0 10px;
}

.incentiveHistory .breakdownSection.expanded .breakdownToggle {
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/toggleup_s_v1.png);
}

.incentiveHistory .breakdownContainer {
	display: none;
}

.incentiveHistory .breakdownSection.expanded .breakdownContainer {
	display: block;
}

.incentiveHistory .activity {
	padding: 2px 0;
}

.incentiveHistory .activity .activityIcon {
	float: left;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	border-radius: 50%;
	margin: 5px 0 0 2px;
}

.incentiveHistory .activity .activityName {
	float: left;
	line-height: 30px;
	margin: 5px 0 0 5px;
}

.incentiveHistory .activity .value {
	float: right;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.incentiveHistory .activity .coinIcon {
	margin: 2px 2px 0 0;
}
