.form-group[data-changelog] {
	cursor: pointer;
}
.asmp_changelog span {
	font-size: 12px;
	font-weight: 300;
    text-align: center;
    padding: 3px;
    border-radius: 2px;
    vertical-align: middle;
}
.asmp_changelog span:nth-of-type(1){
	color: #000;
	background-color: #eee !important;
}
.asmp_changelog span:nth-of-type(2):empty:before, .asmp_changelog span:nth-of-type(3):empty:before {
	content: " … ";
}
.asmp_changelog span:nth-of-type(2), .asmp_changelog span:nth-of-type(3) {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.asmp_changelog span:nth-of-type(2){
	color: #bd7d02;
	background-color: #fcf3e0;
}
.asmp_changelog span:nth-of-type(3){
	color: #a0d468;
	background-color:#f3f9ec;
}
.asmp_changelog-result del {
	text-decoration: none;
	color: #b30000;
	background: #fadad7;
}
.asmp_changelog-result ins {
	background: #eaf2c2;
	color: #406619;
	text-decoration: none;
}
.asmp_changelog-result {
	color: #777;
	white-space: pre-wrap;
}