body {
	color: #000;
	font-family: monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

img, h1, h2 {
	vertical-align: middle;
}

img, object {
	border: 1px solid #ccc;
}

a {
	/* color: #f000bb; */
	color: #e00086;
}

a:visited {
	/* color: #cd00f0; */
	color: #9700b3;
}

a:target {
	background-color: #ddf;
}

a.d, a.h, a.i, a.line {
	text-decoration: none;
}

#blob a:hover {
	background-color: #fee;
	color: #000;
	text-decoration: none;
}

table thead td {
	font-weight: bold;
}

table td {
	padding: 0 0.4em;
}

#content table td {
	vertical-align: top;
	white-space: pre;
}

#branches tr:hover td,
#tags tr:hover td,
#index tr:hover td,
#log tr:hover td,
#files tr:hover td {
	background-color: #fee;
}

#index tr td:nth-child(2),
#tags tr td:nth-child(3),
#branches tr td:nth-child(3),
#log tr td:nth-child(2) {
	white-space: normal;
}

#diffstat tr td:nth-child(2) {
	border-right: 1px solid black;
	margin-right: 5px;
	padding-right: 5px;
}

table#diffstat {
	border-collapse: collapse;
}

#blob a {
	margin-right: 10px;
	user-select: none;
}

td.num {
	text-align: right;
}

.desc {
	color: #555;
}

hr {
	border: 0;
	border-top: 1px solid #555;
	height: 1px;
}

pre {
	text-wrap: wrap;
	font-family: monospace;
	margin: 0px;
}

pre a.h {
	color: #0072aa; /* blue */
}

.A, span.i, pre a.i {
	color: #00ba53; /* green */
}

.D, span.d, pre a.d {
	color: #ee3200; /* red */
}

pre a.h:hover, pre a.i:hover, pre a.d:hover {
	text-decoration: none;
}
