td.BootColumn.BootAlignL.BuyCell {
	border: 1px solid #e3e3e3;
	transition: background-color .2s ease-in;
	cursor: pointer;
}
td.BootColumn.BootAlignL.BuyCell:hover {
	background-color: #e3e3e3;
}