body {
	color: #d8d8d8;
	background-color: #202020;
	font-family: monospace;
}

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

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

img {
	border: 0;
}

/* explicitly color ALL link states to your yellow */
a,
a:link,
a:visited,
a:active,
a:focus {
	color: #dad00e;
	text-decoration: none;
}

a:hover {
	color: #dad00e;
	text-decoration: underline #dad00e;
}

a:target {
	background-color: rgba(218, 208, 14, 0.2);
}

/* special link classes in stagit */
a.d,
a.h,
a.i,
a.line {
	text-decoration: none;
}

/* blob links */
#blob a {
	color: #dad00e;
}

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

table thead td {
	font-weight: bold;
}

table td {
	padding: 0 0.4em;
}

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

#branches tr:hover td,
#tags tr:hover td,
#index tr:hover td,
#log tr:hover td,
#files tr:hover td {
	background-color: rgba(153, 153, 153, 0.1);
}

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

hr {
	border: 0;
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	height: 1px;
}

pre {
	font-family: monospace;
}

pre a.h {
	color: #836eb0;
}

.A,
span.i,
pre a.i {
	color: #00cd00;
}

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

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