/* Extra stilmallar för Scandinavien PD
 * © 2002 Peter Krefting
 */

div.group {
	display: table;
	table-layout: fixed;
	width: 100%;
	clear: both;
}

div.disk {
	display: table-cell;
	vertical-align: top;
	width: 33%;
	clear: both;
}

pre b {
	background: black;
	color: white;
	padding: 1px;
}

div.disk > pre, div.disk > p {
	margin-left: 2em;
}
