.diff {
	border: 0;
	border-spacing: 4px;
	margin: 0;
	width: 100%;
	table-layout: fixed;
}

.diff td {
	padding: 0.33em 0.5em;
}

.diff-notice, .diff-multi, .diff-otitle, .diff-ntitle {
	text-align: center;
}

.diff td div {
	word-wrap: break-word;
}

.diff-lineno {
	font-weight: bold;
}

.diff td.diff-marker {
	padding: 0.25em;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.2;
}

.diff-context {
	background: #f8f9fa;
	border-color: #eaecf0;
	color: #202122;
}

.diff-addedline, .diff-deletedline, .diff-context {
	font-size: 13px;
	line-height: 1.6;
	vertical-align: top;
	white-space: pre-wrap;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-radius: 0.33em;
}

.diff-deletedline {
	border-color: #ffe49c;
}

.diff-deletedline .diffchange {
	background: #feeec8;
}

.diff-addedline {
	border-color: #a3d3ff;
}

.diff-addedline .diffchange {
	background: #d8ecff;
}

.diff-addedline .diffchange, .diff-deletedline .diffchange {
	border-radius: 0.33em;
	padding: 0.25em 0;
}

.diffchange {
	font-weight: bold;
	text-decoration: none;
}

.diff-addedline, .diff-deletedline, .diff-context {
	font-size: 13px;
	line-height: 1.6;
	white-space: pre-wrap;
}