html {
  background: transparent;
}
body {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background: #fff;
  width: 500px;
  height: 230px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #008FDE;
}
#blogparts-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  overflow: hidden;
  position: relative;
}

#blogparts-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 6px;
}

.entry-header {
  overflow: hidden;
  margin: 0 8px 0 0;
  padding: 0 0 0 22px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.entrytitle {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
#head-entry-link {
  color: #333;
}
.favicon.entry-link {
  position: absolute;
  top: 2px;
  left: 0;
}


.users {
  font-size: 80%;
}

li.favorite-icon {
  float: left
}

#bookmarked_user {
  font-size: 75%;
  background: #f5f5f5;
  width: 100%;
  padding: 2px 6px;
  box-sizing: border-box;
}

#bookmarked_user li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 0;
  width: 100%;
  box-sizing: border-box;
}

#bookmarked_user a.username {
  margin: 0 4px 0 0;
}
.noshare {
  margin: 0 2px 0 0;
  vertical-align: baseline;
  width: 10px;
  height: 11px;
}
.tags, .tags a {
  color: #999;
}

div.no-comment div.more,
#bookmarked_user li.more {
  text-align: right;
  background: transparent;
  position: absolute;
  bottom: 10px;
  right: 14px;
  padding: 0;
}

.more a {
  color: #008FDE;
}

#entry-thumbnail {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 75px;
  text-align: center;
  border: 1px solid #eee;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#entry-thumbnail img {
  max-width: 100px;
  height: auto;
}

#blogparts-footer {
  position: absolute;
  bottom: 10px;
  left: 14px;
}
#blogparts-footer img {
  width: 110px;
  height: 15px;
}

div.notfound {
  margin-top: 50px;
  text-align: center;
}

div.notfound h2 {
  font-weight: bold;
}

div.notfound a {
  background: url(/images/append.gif) left center no-repeat;
  padding-left: 18px;
}

li.private {
  margin-left: 0;
}

li.private img.private {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.no-comment, #nocomment-description {
  background: #f5f5f5;
  min-height: 92px;
  font-size: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#nocomment-description a {
  color: #008FDE;
}

.comment a {
  color: #333;
  text-decoration: underline;
}
.comment a.pseudo-anchor {
  text-decoration: none;
}
