body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
	font-size:16px;

}

h2, h3, h4, h5, h6{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 1.5rem 0 0.5em;
    clear:both;
}

h1{	
	font-size:1.9em;	
	font-family: georgia, "Times New Roman", serif;
    margin: 1.5rem 0 0.5em;
    clear:both;
}

h1 .sub-title{
     font-size: 0.7em;
}









h1.underline:after,
h2.underline:after,
h3.underline:after,
h4.underline:after,
h5.underline:after{
    content: ' ';
    display:block;
	border-bottom: 1px solid #ccc;
    width: auto;
    width: 80%;
}











img{
	max-width:100%;	
}









div.fact>p:last-child,
div.fact>ul:last-child
{
	margin-bottom: 0;	
}

div.fact>strong:first-child,
div.fact>h2{
    font-family: georgia, "Times New Roman", serif;
	display:block;
	position:relative;
	margin:0 -10px;
	top:-10px;
	padding: 2px 10px;
	background:#4A3A4A;
	color:white;
}

div.fact>h2{
	font-size: 1.2em;
}



blockquote:before,
blockquote:after{
	font-style: normal;
	content:'“';
	position:relative;
	font-family: "Georgia", "Times New Roman";
	font-size: 60px;
	line-height:0;
	top: 25px;
	margin-right:5px;
	color:#ccc;
	text-shadow: 0 1px 0 white;
}
blockquote:after{
	content:'”';
	top: 35px;
	margin-left:5px;
	margin-right:0;
}













div.image-holder,
div.figure{
    position:relative;
    font-size: 0.95em;
    line-height: 1.5;
	max-width:100%;
	margin: 0 0 15px;
}

div.image-holder.half,
div.figure.half{
	max-width:50%;
}

div.image-holder.third,
div.figure.third{
	max-width:33%;
}

div.image-holder.miniature,
div.figure.miniature,
div.figure.miniature-inline{
	max-width:150px !important;
}

div.image-holder img,
div.figure img{
	width: 100% !important;
	max-width: 100% !important;
	float:none !important;
    margin: 0 0 5px;
}

div.image-holder strong,
div.figure .figcaption{
	display: inline-block;
	border-left: 2px solid #928892;
    padding: 2px 5px;
    margin: 5px 0 0;
    font-weight: normal;
    font-size: 0.8em;
}

div.image-holder.half, 
div.image-holder.third, 
div.image-holder.miniature,
div.figure.half,
div.figure.third,
div.figure.miniature{
	float:right;
    margin-left: 10px;
}

div.figure.miniature-inline{
    margin-right: 10px;
}

@media(max-width:992px){
    div.image-holder.third,
	div.figure.third{
        max-width:45%;
    }
}
@media(max-width:480px){
    div.image-holder.half,
    div.image-holder.third,
	div.figure.half,
	div.figure.third{
        max-width:100%;
        margin-left: 0;
        margin-right: 0;
    }
}

article table{
    border:none;
	font-size: 0.9em;   
    margin: 1rem 0;
}

article table td{
    border:1px solid #bbb;
    padding: 5px 10px;
    vertical-align: top;
}

article table tr:nth-child(odd) td{
    background-color: rgba(73,58,73,0.05);
}

article table tr:first-child td{
    background-color: rgba(73,58,73,0.9);
    color:white;
    text-align:center;
    border-color: rgba(73,58,73,0.9);
}

article table tr:first-child td strong{
	font-weight: normal;
}
article table td>p{
    padding: 0;
    margin: 0;
}

/**umb_name:H2*/
h2 {
	font-size:1.6em;
}

/**umb_name:H3*/
h3 {
	font-size:1.4em;
}

/**umb_name:H4*/
h4 {
	font-size:1.3em;
}

/**umb_name:H5*/
h5 {
	font-size:1.2em;
}

/**umb_name:H2 underline*/
h2.underline {
}

/**umb_name:H3 underline*/
h3.underline {
}

/**umb_name:H4 underline*/
h4.underline {
}

/**umb_name:H5 underline*/
h5.underline {
}

/**umb_name:p - stycke*/
p {
}

/**umb_name:Debattartikel*/
.article-disclaimer {
	padding: 8px;
	background-color: #f2eef8;
	margin-bottom: 20px;
}

/**umb_name:Faktaruta*/
div.fact {
	display:block;
	border:solid 1px #ccc;
	font-size: .9em;
	background: #f5f5f5;
	padding: 10px;
	clear: both;
	margin: 5px 0 15px;
}

/**umb_name:Faktaruta halv*/
div.fact.half {
	float:right;
	width: 50%;
	margin-left: 10px;
}

/**umb_name:Faktaruta tredjedel*/
div.fact.third {
	float:right;
	width: 33%;
	margin-left: 10px;
}

/**umb_name:Citat*/
blockquote {
	display: block;
	background:#f5f5f5;
	padding: 10px;
	border:none;
	position:relative;
	text-align:center;
	font-style:italic;
	color:#777;
	text-shadow: 0 1px 0 white;
}

/**umb_name:bildhållare*/
div.figure {
}

/**umb_name:Bildhallare halv*/
div.figure.half {
}

/**umb_name:Bildhallare tredjedel*/
div.figure.third {
}

/**umb_name:Bildhallare mini*/
div.figure.miniature {
}

/**umb_name:Bildhallare mini inline*/
div.figure.miniature-inline {
	display:inline-block;
}

/**umb_name:Bildtext (automatisk)*/
div.figcaption {
}
