.json-viewer {
	color: #e4db31;
	padding-left: 20px;
	background-color: #767676;
	font-size:15px
}

.json-viewer ul {
	list-style-type: none;
	margin: 0;
	margin: 0 0 0 1px;
	border-left: 1px dotted #ccc;
	padding-left: 2em;
}

.json-viewer .hide {
	display: none;
}

.json-viewer .type-string {
	color: #bcffb6;
}

.json-viewer .type-date {
	color: #eeb86f;
}

.json-viewer .type-boolean {
	color: #aa9ff6;
	font-weight: bold;
}

.json-viewer .type-number {
	color: #ffffff;
}

.json-viewer .type-null, .json-viewer .type-undefined {
	color: #f754f8;
}

.json-viewer a.list-link {
	color: #f6f8cf;
	text-decoration: none;
	position: relative;
}

.json-viewer a.list-link:before {
	color: #621d2d;
	content: "\25BC";
	position: absolute;
	display: inline-block;
	width: 1em;
	left: -1em;
}

.json-viewer a.list-link.collapsed:before {
	content: "\25B6";
}

.json-viewer a.list-link.empty:before {
	content: "";
}

.json-viewer .items-ph {
	color: #b8aeff;
	padding: 0 1em;
}

.json-viewer .items-ph:hover {
	text-decoration: underline;
}
