
        /* Theme Polaroid Gallery from Blogg.se */
@import url("//static.blogg.se/themes/polaroid_gallery/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
.articlex {
  -webkit-backface-visibility: hidden;
}
body {
    background: #fff;
    background-image: none !important; 
}
body,#menu li a, #header h2,#menu .big,#menu ul ul {
  font-family: "Open Sans", sans-serif;
	font-size: 14px;
    
}
#menu ul ul{
   background: #fff;
  color: #666;
}
#header h1 a,#menu li a, #header h2{
  color: #666;
}
#header h1 a {
	font-family: "Sue Ellen Francisco", sans-serif;
}
#content .articlex .footer-comment{
  background-color: #333;
}
#content .articlex .footer-comment:after {
  border-color: #333;
}
#content .articlex .hover-link {
  background-color: rgba(255,0,0,0.8);
  color: #fff;

}
article.entry h3 a {
  color: #666;
	font-family: "Indie Flower", sans-serif;

}
::selection {
  background-color: rgba(255,0,0,0.8);
  color: #fff;
}
.social { text-align: center; }
.social svg { fill: #CCC; }
#menu {
	width: 500px;
}
#content .articlex h3 {
	font-size: 20px;

}
#content.entry {
  background-color: #fff;
  padding:20px;
}
#content img {
	max-width: 1000px;
}

#content .borka-container {
	margin-bottom: 20px;
}

#wrapper {
  padding-bottom: 10px;
}
#menu ul li #social a { display: inline-block; padding: 0; }
#social svg { fill: #666; }

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