body {
	color: white;
	background-color: #003366;	/* dark blue background */
	font-family: sans-serif;
}

a {
	color: #88ccff;
	text-decoration: none;
}

a:visited {
	color: #999999;
}

/* hover, focus, active comes always after everything else */
a:hover {
	text-decoration: underline;
}

.navigation {
	margin-top: 60px;
	text-transform: capitalize;
}


/* readme.html */
.readme h1 { margin-bottom: 1em; }

.readme #p1 {
	margin-bottom: 2em;
}

.readme #p2 {
	margin-top: 2em;
	margin-bottom: -0.5em;
}


/* readme.html (release) */
.readme-release h1   { margin-bottom: 1em; }
.readme-release p    { margin-bottom: -0.5em; }

.readme-release code {
	white-space: pre-wrap;
	line-height: 1.6em;	/* Chromium needs this */
}


/* packages.html */
.packages h1 { margin-bottom: 1em; }
.packages #p1 { margin-bottom: -0.5em; }

.packages dt {
	color: white;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right 10px;
	border: 1px dotted #fc6;
	border-radius: 18px;
	background: #3535ba;
	font-weight: bold;
	font-size: 110%;
	margin-top: 40px;
	margin-bottom: 15px;
}

.packages .version:before { content: "("; }
.packages .version:after  { content: ")"; }

.packages .section        { color: red; }
.packages .section:before { content: "["; color: white; }
.packages .section:after  { content: "]"; color: white; }

.packages .description {
	font-weight: bold;
	margin-left: 20px;
	font-size: 120%;
}

.packages .long-description {
	margin-top: 15px;
	margin-left: 40px;
	display: block;
	font-size: 95%;
	line-height: 1.45em;	/* Chromium needs this */
}

.packages .long-description br {
	margin-bottom: 15px;
	display: block;		/* Chromium needs this */
	content: "";		/* Chromium needs this */
}

.packages .long-description pre {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1.24em;
}

.packages .changes:before {
	margin-left: 25px;
	content: "Changes:";
}

.packages .changes {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 2px dotted #fc6;
	border-radius: 18px;
	line-height: 1.45em;	/* Chromium needs this */
}

.packages .changes .level1 { margin-left: 80px; }
.packages .changes .level2 { margin-left: 100px; list-style-type: circle; }

.packages .architectures:before {
	content: "Architectures: ";
}

.packages .architectures {
	display: block;
	margin-top: 15px;
	margin-left: 40px;
	font-size: 95%;
}
