.buttonSuggestion {
	border-radius: 4px;
	color:#44413D;
	background-color: #eeeeee;
	padding:0 1px 2px 3px;
	font-size:10px;
	line-height: 10px;
	margin-right:6px;
	cursor:pointer;
}
.suggestionContent {
	width:100%;
	background-color: #eeeeee;
	color:black;
	padding:10px;
	margin-top:8px;
	border-radius:0 10px 10px 10px;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	display:none;
}
.suggestionContent button {
	color:white;
	background-color:#44413D;
}
.suggestionOldValue,
.suggestionNewValue {
	margin-bottom:5px;
	border:none;
	border-radius:4px;
	width: 100%;
	padding:4px;
	height:2em;
}
.suggestionOldValue {
	background-color: #eeeeee;
	color:#44413D;
}