/* @override 
	http://labs.kulak.se/pensionsmyndigheten/wai/css/pm-wai.css
	http://labs.kulak.se/wai/css/pm-wai.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body
{
	font-family: "Roboto";
	line-height: 1.5;
}

[role="document"]
{
	width: 43em;
	margin: 0 auto;
}

a,
a code
{
	color: #0054a9;
}

	a:visited
	{
		color: #2491ff;
	}

h1
{
	font-size: 3em;
	color: #c64b0f;
	line-height: 1.25;
	margin: .5em 0;
}

h2
{
	font-weight: 700;
	font-size: 2em;
	margin-top: 1em;
}

h3
{
	font-weight: 300;
	font-size: 2em;
}

h4
{
	font-weight: 500;
	font-size: 1.5em;
	margin: .25em 0;
}

	h4 + h5
	{
		margin-top: 0;
	}

h5
{
	font-weight: 300;
	margin: 2em 0 0;
}

	h5 + h6
	{
		margin-top: 0;
	}

h6
{
	font-weight: 300;
	font-style: italic;
	margin: 1.5em 0 .5em;
}

	h6 + p
	{
		margin-top: -.5em;
	}

code
{
	font-family: "Droid Sans Mono";
	color: #666;
	font-style: normal;
}

	pre code
	{
		white-space: pre-wrap;
	}
	
	code strong
	{
		color: #c00;
	}
	
	code em
	{
		font-family: "Roboto";
		font-weight: 300;
		font-style: italic;
	}

abbr
{
	text-transform: lowercase;
	font-variant: small-caps;
}

p
{
	margin: .5em 0;
	color: #333;
}

blockquote
{
	border-left: 3px solid #dc4427;
	padding: .5em 0 .5em 1em;
	margin: 1em 0;
}

	.quote
	{
		quotes: '”' '”' '’' '’';
	}

	blockquote.quote p:first-child:before
	{
		content: open-quote;
	}

	blockquote.quote p:last-child:after
	{
		content: close-quote;
	}
	

ul
{
	list-style: disc;
	margin: 1em 0;
}

ol
{
	list-style: decimal;
	margin: 1em 0;
}


[role="directory"]
{
	padding: 1em;
	box-shadow:0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
	margin: 1em 0;
}

	[role="directory"] ul
	{
		list-style: none;
		margin: 0 0 1em;
	}

	[role="directory"] ul ul
	{
		border-left: 2px solid #ccc;
		padding: .5em 0 .5em 1em;
	}
	
	[role="directory"] li
	{
		margin-bottom: .5em;
	}

	[role="directory"] li:last-child
	{
		margin-bottom: 0;
	}
	
label
{
	font-weight: bold;
}

	.pm-read-more button
	{
		display: block;
		width: 100%;
		background: #efefef;
		border: 1px solid #ccc;
	}

		.pm-read-more button[aria-expanded="true"]
		{
			border-bottom: none;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
		
		.pm-read-more button[aria-expanded="false"]::before
		{
			content: "Visa ";
		}

		.pm-read-more button[aria-expanded="true"]::before
		{
			content: "Göm ";
		}
		

	.pm-read-more
	{
		margin: 1em 0 2em;
	}

	.pm-read-more ul
	{
		margin-top: 0;
		margin-bottom: 0;
		margin: 0 0 0 20px;
	}
	
	.pm-read-more-content
	{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.pm-read-more-content.collapse.in
	{
		-webkit-transition: background-color 5s ease-out;
		-moz-transition: background-color 5s ease-out;
		-o-transition: background-color 5s ease-out;
		transition: background-color 5s ease-out;
	}
	
	.pm-read-more-content.collapsing
	{
		background-color: rgb(253, 249, 239);
	}