/*
 * Stilmall för Svenska spammare-sidan
 * © 2003-2009 Peter Krefting
 */

/* Adressrutor sida vid sida */
address {
	float: left;
	border: 1px dashed black;
	padding: 5px 1em;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	background: white;
	margin: 0 1em 1em;
}

address strong, address:first-line {
	color: #600;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

/* Källförteckningen under adresserna */
p.kalla {
	clear: left;
}

/* Justera tabellerna något */
table.cool {
	margin-left: 1em;
}

th, td {
	text-align: left;
}

/* Paragrafer */
blockquote.lag {
	margin-left: 2em;
	margin-right: 2em;
	border: 1px dashed #844;
	padding: .5em 2em;
	text-indent: 0;
}

blockquote.lag p, blockquote.lag h4 {
	margin-left: 0;
}

blockquote.lag h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;
}

blockquote.lag p {
	margin-top: .5em;
	margin-bottom: 0;
}

/* Illustrationer */
p.illustration {
	text-align: center;
}

p.illustration img {
	border: 1px solid black;
}

blockquote.protokolldata {
	margin-left: 5em;
	margin-right: 5em;
	border: 1px solid black;
}

blockquote.protokolldata p code span.ut {
	color: #aaa;
}

blockquote.protokolldata p code span.in {
	color: #242;
}


