body{position:static}
ul{margin-left:0;}
body.et .logo{background:none;}
dialog, .reveal-modal {
  padding:0;
  bottom:20px;
  top:20px;
}
.author{
	display:inline-block;
}
.author-img{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width:100px;
	height:100px;
	/*border-radius:50px;*/
	display:inline-block;
	float:left;
}
.author-details{
	display:inline-block;
	margin-left:10px;
	height:100px;
	float:left;
}
.author-details strong{
	font-size:1.2rem;
	padding: 10px 0;
}
a img.alignnone{
	margin:0;
}
.close-reveal-modal:hover{
	text-decoration:none;
}

.newsletter-scroll
{
	overflow-y: scroll;
	height:100%;
	padding:1rem;
}
.button.header a{font-size:36px; line-height:5px;}
.button.header a:hover{background-color:#008cc8; text-decoration:none; color:#222}