.Differences {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.Differences thead th {
	text-align: left;
	border-bottom: 1px solid #000;
	background: rgba(46, 46, 46, 0.8);
	color: snow;
	padding: 4px;
	font-size: 11px;
	font-weight: normal;
}

.Differences tbody th {
	text-align: right;
	background: rgba(34, 34, 34, 0.8);
	width: 4em;
	padding: 1px 2px;
	border-right: 1px solid #000;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
}

.Differences td {
	padding: 1px 2px;
	font-family: Consolas, monospace;
	font-size: 11px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
	background: rgba(46, 160, 67, 0.15);
	color: snow;
}

.DifferencesSideBySide .ChangeInsert td.Right {
	background: rgba(46, 160, 67, 0.15);
	color: snow;
}

.DifferencesSideBySide .ChangeDelete td.Left {
	background: rgba(248, 81, 73, 0.15);
	color: snow;
}

.DifferencesSideBySide .ChangeDelete td.Right {
	background: rgba(46, 160, 67, 0.15);
	color: snow;
}

.DifferencesSideBySide .ChangeReplace .Left {
	background: rgba(248, 81, 73, 0.15);
	color: snow;
}

.DifferencesSideBySide .ChangeReplace .Right {
	background: rgba(46, 160, 67, 0.15);
	color: snow;
}

.Differences ins, .Differences del {
	text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace td.Left del {
	background: rgba(248, 81, 73, 0.40);
	color: snow;
}

.DifferencesSideBySide .ChangeReplace td.Right ins {
	background: rgba(46, 160, 67, 0.40);
	color: snow;
}

.Differences .Skipped {
	background: rgba(47, 47, 47, 0.6);
	color: snow;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
	background: rgba(248, 81, 73, 0.15);
	color: snow;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
	background: rgba(46, 160, 67, 0.15);
	color: snow;
}

.DifferencesInline .ChangeReplace ins {
	background: rgba(46, 160, 67, 0.40);
	color: snow;
}

.DifferencesInline .ChangeReplace del {
	background: rgba(248, 81, 73, 0.40);
	color: snow;
}

pre {
	width: 100%;
	overflow: auto;
}

