img.social.title
{
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  text-align: center;

}

img.social
{
  height: 21px;
}

img.title
{
  width:100%; 
  max-width:100%; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center;
}

img.blog.list
{
  margin: 2%;
  display: block;
  max-width: 15%; 
  max-height: 15%; 
  width: auto; 
  height: auto;
  float: left;
}

img.blog.feature
{
  display: block;
  max-width: 60%; 
  max-height: 60%; 
  margin-left: auto;
  margin-right: auto;
  float: center;
}

img.blog
{
  margin: 5%;
  display: block;
  max-width: 60%; 
  max-height: 60%; 
  margin-left: auto;
  margin-right: auto;
  width: auto; 
  height: auto;
  float: center;
  object-fit: contain;
}

img.center
{
  display: block;
  width: auto; 
  height: auto;
  object-fit: contain;
}

img.author
{
  display: block;
  width: auto; 
  height: auto;
  max-width: 100%; 
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

img.author.list
{
  display: block;
  width: auto; 
  height: auto;
  max-width: 10%; 
  max-height: 10%;
  object-fit: contain;
  border-radius: 50%;
}

a:link, a:hover, a:visited {
	text-decoration: none;
}

figcaption.img {
  caption-side: bottom;
  text-align: center;
  font-style: italic;
}


.table tbody tr td.center {
  text-align: center;
}