.misc a {
  text-decoration: underline;
}

.top-popular h1 a {
  color: white;
}

.entry-body .image img {
  width: 100%;
}

#entry .entry-body .image {
  padding-bottom: 10px;
  padding-top: 10px;
}

#entry .entry-body .image figcaption,
#entry .entry-body .image figcaption * {
  color: #666;
  font-size: 11px;
  font-style: italic;
}

.entry-body .image.align-left {
  float: left;
  padding-right: 20px;
  width: 50%;
}

.entry-body .image.align-right {
  float: right;
  padding-left: 20px;
  width: 50%;
}

.entry-body .image.align-center {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.entry-body p img {
  width: 100%;
}

.entry-body .image.align-center img,
.entry-body .image.align-center figcaption {
  align-self: center;
  width: 50%;
}

.blog .content-inner > #search-results {
  margin: 0;
}

.nine-seventy-ads {
  display: none;
  height: 0px;
  margin-top: -7.5px;
  transition: 1s;
}

.embed__nbc {
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.embed__nbc iframe {
  position: absolute;
}

.entry-strip-label {
  align-items: center;
  box-sizing: border-box;
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  justify-content: flex-end;
  margin-bottom: 15px;
  max-width: 640px;
  padding-right: 15px;
  width: 100%;
}

#entry .content-inner .entry-strip-label__link:link {
  text-decoration: none;
}

.entry-strip-label--grey {
  background-color: #888888;
}

.entry-strip-label--blue {
  background-color: #3375fa;
}