#wpstats {
  display: block;
  margin: -5px auto 0;
}

/* WordPress.com Widgets */
/* Flickr */
#flickr_badge_wrapper {
  background: transparent !important;
  border: 0 !important;
}

#flickr_badge_uber_wrapper {
  margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
  border: 0 !important;
}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
  color: white !important;
}

.widget_recent_comments td {
  border: 0;
  padding: 14.4px 7.2px 14.4px 7.2px;
  vertical-align: top;
}

.widget_authors ul,
.widget_author_grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_authors img {
  float: none;
  vertical-align: middle;
}
.widget_authors li {
  display: block;
  margin-bottom: 28.8px;
}
.widget_authors li:before, .widget_authors li:after {
  content: "";
  display: table;
}
.widget_authors li:after {
  clear: both;
}
.widget_authors a {
  text-decoration: none;
}

.panel .widget-areas .widget-area .widget_goodreads a {
  color: inherit;
}

div.sharedaddy {
  margin-bottom: 28.8px !important;
}

.jetpack-recipe {
  background: rgba(255, 255, 255, 0.3);
}
/* Gist embeds */
.lines span {
	display: initial;
	float: none;
	height: auto;
}