<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dcms_author-info{
	background-color:#F2F2F2;
	padding:15px;
	margin: 10px auto 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.dcms_author-avatar .avatar{
	border-radius: 50%;
	max-width: 96px;
	float: left;
}

.dcms_author-info .dcms_author-description,
.dcms_author-info .dcms_author-heading{
	clear: none;
	margin: 4px 0 4px 112px;
	padding:0;
}

.dcms_author-info .dcms_author-heading{
	margin-bottom: 6px;
}

.dcms_author-footer{
	padding-top: 16px;
	clear: both;
	width: 100%;
}

.dcms_author-footer:after{
	content:'';
	display: block;
	clear:both;
}

.dcms_author-show-all{
	float:right;
}

.dcms_author-social{
	float:left;
}

.dcms_author-social a{
	text-align: center;
	text-decoration: none;
	background-color: black;
	display: inline-block;
	box-shadow:none!important;
	border: none!important;
	width: 24px;
	height: auto;
}

.dcms_author-social a i{
	font-size: 16px;
	color:white;
}


.dcms_author-social .author-url,
.dcms_author-social .author-github{
	background-color:#97BC31;
}

.dcms_author-social .author-facebook{
	background-color:#3B5998;
}

.dcms_author-social .author-twitter{
	background-color:#7AC9ED;
}

.dcms_author-social .author-googleplus{
	background-color:#D64D2F;
}

.dcms_author-social .author-linkedin{
	background-color:#1686B0;
}

.dcms_author-social .author-pinterest{
	background-color:#CB2027;
}

.dcms_author-social .author-youtube{
	background-color:#CB1E22;
}

.dcms_author-social .author-instagram{
	background-color:#050707;
}

@media(max-width: 678px){
	.dcms_author-info .dcms_author-description, 
	.dcms_author-info .dcms_author-heading,
	.dcms_author-avatar,
	.dcms_author-avatar .avatar,
	.dcms_author-show-all,
	.dcms_author-social{
		float: none;
		width:100%;
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}

	.dcms_author-info .dcms_author-description{
		text-align: left;
	}

}

</pre></body></html>