

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
.NyheterBody
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: #000000 1px dotted;
	
	
}
html>body .NyheterBody
{

}
.NyheterBody:after
{
    content: " ";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

