/*
 * CSS definitions for Debian Pure Blends,
 * e.g. http://www.debian.org/devel/debian-med/
 *
 * Copyright (c) 2004 Tobias Toedter <t.toedter@gmx.net>
 * $Id: debian-cdd.css,v 1.3 2008-11-21 21:26:51 tille Exp $
 */

table.project {
	border-spacing: 0px;
	margin-bottom: 2em;
	border: 1px solid blue;
	width: 100%;
}

tr.deb-official {
	background-color: #cf9;
}

tr.deb-unofficial {
	background-color: #ff9;
}

tr.deb-not-available {
	background-color: #fc9;
}

td.project-license {
	text-align: right;
	border-bottom: 1px dotted blue;
	padding: 3px;
}

td.project-name {
	border-bottom: 1px dotted blue;
	padding: 3px;
}

td.project-description {
	text-align: justify;
	padding: 3px;
}
