.historyEditAreaButton
{
	background: 	linear-gradient(#e0e0e0,#f0f0f0);
	font-family: 	Arial;
	color: 				#666666;
	text-align:		center;
	font-size:		14px;
	font-weight: 	bold;
	padding: 			2px;
	cursor:				pointer;
}

.historyEditAreaBox
{
	overflow: 				auto;
	background-color: #ffffff;
	display:					none;
}

.historyItem
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}

.historyIcon
{
	width: 20px;
}


.history-color-selected
{
	color: red;
	font-weight: bold;
}
