/*
body {
	background-color: #008bb9;
}
*/

footer {
	font-size: x-small;
}

nav {
	background-color: #008bb9;
	width: 100%;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}

nav h1 {
	display: inline;
	vertical-align: top;
}


nav div.right {
	display: inline-block;
	float: right;
}

nav div.right a {
	font-size: small;
	padding: 0px;
}

form.search {
	margin-bottom: 0px;
	padding: 0px;
}

table#buglist {
	border-collapse: collapse;
	width: 95%;
}

table#statuslist th {
	text-align: left;
}
table#statuslist td {
	text-align: right;
}

table#buglist tr:nth-child(even) {background: #E0E0E0; }
table#buglist td { padding-top: 2px; padding-bottom: 3px; }
table#buglist tr:nth-child(odd) {background: #FFF}
table#buglist td.description { max-width: 72ex; }
table#buglist td:nth-child(1) { padding-right: 1ex; }
table#buglist td:last-child { text-align: right; padding-right: 1ex; }
table#buglist thead { border-bottom: solid; }
table#buglist td { vertical-align: top; }
table#buglist caption { font-size: x-large; font-family: sans-serif; }
