.myhistory-item {
	border-bottom: 1px solid silver;
	box-sizing: border-box;
	cursor: pointer;
	display: table;
	font: bold 18px sans-serif;
	padding: 10px;
	width: 100%;
}

.myhistory-current {
	color: #00B058;
}

.myhisotry-row {
	display: table-row;
}

.myhistory-status {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.myhistory-cancel {
	display: table-cell;
	width: 1px;
}

.myhistory-cancel-img {
	cursor: pointer;
	height: 36px;
	width: 36px;
}

.myhistory-delivery {
	display: table-cell;
	width: 100%;
}

.myhistory-amount {
	display: table-cell;
	padding-left: 20px;
	white-space: nowrap;
	width: 1px;
}
