body {
	font-family: monospace;
	color: #c6b8b1;
	background-color: #0a050f;
}
img {
	border: 0;
}

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

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

a:target {
	background-color: #0a050f;
}

a:visited {
	color: #d34c6b;
}

a:hover {
	color: #e3b08d;
}

a {
	color: #e3b08d;
}

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

#blob a {
	color: #6e6465;
	border-right: 1px solid #6e6465;
	padding: 0 5px 0 0;
}

#blob a:hover {
	color: blue;
	text-decoration: none;
}

table thead td {
	font-weight: bold;
}

table td {
	padding: 0 0.4em;
}

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

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

#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;
}

td.num {
	text-align: right;
}

.desc {
	color: #6e6465;
}

hr {
	border: 0;
	border-top: 1px solid #6e6465;
	height: 3px;
}

#content hr {
	display: none;
}

pre {
	font-family: monospace;
}

pre a.h {
	color: #36a5bb;
}

.A,
span.i,
pre a.i {
	color: #2fc7ba;
}

.D,
span.d,
pre a.d {
	color: #d34c6b;
}

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