
        /* Premium Theme Editorial from Blogg.se */
@import url("https://static.blogg.se/themes/editorial/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700');

#header {
	background: #444;
}
#header a, h2 {
	color: #ffffff;
}
#content .entry {
	width: 500px;
}
body {
	color: #333333;
   	font-size: 13px;
	font-family: "Merriweather", sans-serif;
}

.social svg, #social svg { fill: #666666; }

h1{
	border-right: 0 none !important;
  	color: #ffffff;
   	font-size: 60px;
	font-family: "Merriweather", sans-serif;
}
h1 a {
  	color: #ffffff;
}
#content h3 a {
	color: #333333;
   	font-size: 28px;
	font-family: "Merriweather", sans-serif;
}
::selection {
	background: #666666;
	color: #FFF;
}
.post a {
	color: #333333;
}
#content .entry-info {
	color: #333333;
	font-family: "Merriweather", sans-serif;
  
}
#social svg { border-radius: 50%; }

.like-container { display: block !important; text-align: center; margin: 5px 0; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #666666 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #666666 !important; 
  background: white !important;
}