td.BootColumn.BuyStorageIndexCell,
td.BootColumn.BuySummary {
	cursor: pointer;
}
td.BootColumn.BootAlignC.BuyStorageIndexCell,
td.BootColumn.BootAlignC.BuyStorageIndexCell-Id {
	border: 1px solid #e3e3e3;
	transition: background-color .2s ease-in;
	cursor: pointer;
}
td.BootColumn.BootAlignL.BuyStorageIndexCell:hover {
	background-color: #e3e3e3;
}
td.BootColumn.BootAlignC.BuyStorageIndexCell.Central {
	background-color: rgb(227, 227, 227, .2);
}
td.BootColumn.BootAlignC.BuyStorageIndexCell.Partner {
	background-color: rgb(12, 59, 110, .2);
	/*background-color: rgb(255, 191, 0, .2);*/
}
td.BootColumn.BootAlignC.BuyStorageIndexCell > small {
	color: #000;
}
