
.json-diff li > span, .json-diff ul > span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.json-diff li {
	margin-top: 1px;
	padding-left: 15px;
}
.json-diff ul {
	padding-left: 15px;
	margin-left: -15px;
	padding-top: 0px;
	margin-top: 0px;
	background: url(/ext/json-diff-0.0.1/open.png) no-repeat 2px 5px;
	list-style-type: none;
}
.json-diff ul[closed="yes"] {
	background: url(/ext/json-diff-0.0.1/closed.png) no-repeat 2px 5px;
}
.json-diff ul[closed="yes"] > * {
	display: none;
}
.json-diff ul[closed="yes"] > *:first-child {
	display: block;
}
.json-diff .typeName {
	color: lightgray;
}
.json-diff .changed {
	background-color: #fcff7f;
}
.json-diff .changed.key {
    background-color: #eee;
}

.json-diff .added {
	background-color: #8bff7f;
}
.json-diff .removed {
	background-color: #fd7f7f;
}
