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

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


body {
    background-image: url(https://static.blogg.se/themes/panoramic/img/foto.png);
    background-color: #F2F2F2;
    background-repeat: repeat;
  	font-family: "Droid Sans", sans;
    line-height: 1.7em;
  	font-size: 14px;
}

body, #content h3 a { color: #000 }

#header {
	height: 350px;
	background-image: url(https://static.blogg.se/themes/panoramic/img/foto.jpg);
    background-color: #53504B;
    background-position: top center;
    background-repeat: repeat;
  	background-repeat: no-repeat;
}

#wrapper { background-color: #FFF; }

a { color: #007fbf; }

h1 a, h2 { color: #FFF; }

#content .post-meta, .comment { background-color: #F2F2F2; }

#content .post-meta, .post.meta a { color: #999; }
.social svg, #social svg  { fill: #999; }

h1 {
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    line-height: 1.3em;
}

h3 {
    font-size: 32px;
    line-height: 1.3em;
}

h4 { 
    font-size: 16px;
    line-height: 1.7em;
    text-transform: uppercase;
}

.no_image_header { height: 0px !important; }

#content .social {float:right; margin-top: 4px; }

#social { text-align: center; margin: 10px 0; }
#social svg { border-radius: 50%; }

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