/* Stilmall för BASIC-listningar i tabell
 * © 2002-2008 Peter Krefting
 */

table.listning * {
	margin: 0;
	clear: both;
}

table.listning {
	border-collapse: collapse;
	empty-cells: show;
	margin-left: 2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px dashed #eee;
	caption-side: top;
}

table.listning th, td {
	vertical-align: top;
}

table.listning th.subrutin {
	border: 1px solid black;
	background: #eee;
}

table.listning caption {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0.1em;
}

table.listning tr td pre {
	speak-punctuation: code;
}

p.css {
	display: none;
}

div.info {
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid navy;
	background: #eee;
}

div.info img[align] {
	margin: 5px;
	border: 5px solid navy;
	padding: 0;
	float: right;
}
