
body {
  background: #fff url(../Bilder/BG_big_lilla.jpg) no-repeat fixed;
  background-size: cover;
  font-family: 'Muli', sans-serif;
  Color: rgba(30,30,30,1);
  }
  
.row {
	background: rgba(255,255,255,0.7) url(../Bilder/BG_row.jpg) no-repeat fixed;
	background-size: cover;
	}

/* .large-4 {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    }	*/

h1,h2,h3,h4,h5,h6{
	font-family:"Muli",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:rgba(30,30,30,1);
	text-rendering: optimizeLegibility;
	margin-top:0.2em;
	margin-bottom:0.5em;
	line-height:1.2125em
	}
	
.copyright {
   font-size: 0.65rem;
   }	

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fff; 
  }
  
  table {
  background: none;
  border: solid 0px #dddddd;
  table-layout: auto;
  padding: 0px;
  }
  
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: none; }
