/* article scraper styles */
.afa-embed-article {
  width: 100%;
  max-width: 300px;
  margin: 10px;
  background-color: #FFF;
  overflow: hidden;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  border: solid 1px #DDD;
  text-decoration: none!important;
}
.afa-embed-article:hover{
	border: solid 1px #CCC;
}
.afa-embed-article .afa-embed-article-image {
  width: 100%;
  display: block;
  height: 165px;
  background-color: #444;
  position: relative;
  overflow: hidden;
}
.afa-embed-article .afa-embed-article-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  height: auto;
}
.afa-embed-article .afa-embed-article-body {
  display: block;
  padding: 15px;
  padding-top: 20px !important;
  border-bottom: solid 1px #DDD;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  text-decoration: none!important;
}
.afa-embed-article .afa-embed-article-body h5.afa-embed-article-body-header {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  position: relative;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  text-decoration: none!important;
  margin:0px!important;
}
.afa-embed-article .afa-embed-article-body p.afa-embed-article-body-text {
  font-size: 14px;
  color: #555;
  position: relative;
  overflow: hidden;
}
.afa-embed-article .afa-embed-article-body p.afa-embed-article-body-text:last-child {
  margin-bottom: 0px;
}
.afa-embed-article .afa-embed-article-footer {
  display: block;
  padding: 5px 15px;
  font-size: 13px;
  background-color: #f9f9f9;
  float: left;
  width: 100%;
}
.afa-embed-article .afa-embed-article-footer .afa-embed-article-footer-favicon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.afa-embed-article .afa-embed-article-footer .afa-embed-article-footer-site {
  color: #666;
  font-weight: bold;
  float: left;
  margin-top: 1px;
}
.afa-embed-article .afa-embed-article-footer .afa-embed-article-footer-link {
  color: #555;
  float: right;
  font-size: 16px;
}
