body {
	background: url(header_bg.webp) repeat-x center top;
	color: #000;
	font-family: 'Ubuntu', arial, serif;
}

h1 {
	background: url(logo_scaleway_open_source_program_mini.webp) no-repeat right center;
	color: white;
	margin-top: 16px;
	margin-bottom: 12px;
}

table {
	border-collapse:collapse
}

table th {
    background-color: rgb(172,204,204);
}

tr.even td {
	background-color: rgb(245,245,245);
}

tr.odd td {
	background-color: rgb(230,230,230);
}
td.indexcolname {
	padding-right: 1em;
}
td.indexcollastmod {
	text-align: right;
}
th.indexcolsize {
	padding-left: 2em;
	padding-right: 1em;
	text-align: right;
}
td.indexcolsize {
	padding-left: 2em;
	padding-right: 1em;
	text-align: right;
}
