.debug-info {
	margin: 10px 0;
	font-size: 14px;
}

.debug-info__toggler {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dotted #000;
	background: none;
	color: #000;
	padding: 0 5px 0 0;
}

.debug-info__toggler:before {
	display: inline-block;
	text-align: center;
	width: 20px;
	content: '+';
}

.debug-info__toggler:hover,
.debug-info__toggler.active {
	border-bottom: 1px dotted #fff;
	background: #000;
	color: #fff;
}

.debug-info__toggler.active:before {
	content: '-';
}

.debug-info__body {
	display: none;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
}

.debug-info__body ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.debug-info__table {
	border-collapse: separate;
	border-spacing: 2px;
}

.debug-info__table td,
.debug-info__table th {
	padding: 2px 10px;
	background: #f5f7fa;
}

.debug-articles__name {
	font-weight: bold;
	font-size: 16px;
}

.debug-articles__description {
	font-size: 12px;
	color: #a5a5a6;
}