#authorbox, ._bottom{
	width:90% !important;
	margin:1em auto 0;
	display:block;
	border:1px #eee solid;
	padding:15px;
}

._bottom{
	border-top:0;
	background-color:#fcfcfc;
	margin-top:0;
	padding:0 15px;
}

#authorbox:after{
	content:"";
	clear:both;
	display:block;
}

#authorbox ._pickmark{
	width: 110px;
	padding:10px;
	float:left;
	text-align:center;
	box-sizing: unset !important;
}

#authorbox ._picmark img{
	margin:0;padding:0;max-width:100px;
	float:left;
}



#authorbox h2{
	color:#003399;
	font-family:Verdana, sans-serif;
	display: inline-block;
	padding:0;
	margin:.6rem 0 0;
}

#authorbox h3, h4{
	margin:0;
	text-align:left !important;
}

#authorbox ._par {
	width:100%;
	text-align:justify;
	display:block;
	font-family:Verdana, sans-serif;
	font-size:1rem;
	line-height:1.4em;
	margin-bottom:1em;
}

#authorbox ._par a{
	color:#003399;
}

#authorbox .bottom{
	border-top:1px solid #eee;
}

@media screen and (max-width:640px){
	#authorbox{
		width:100%;
	}

}