.separator {
	border-bottom: 1px dashed #A0B549;
	height: 1px;
	margin: 6px 0 20px 0;
	clear: both;
}

@media only screen and (max-width: 640px) {
	#author-image {
		padding: 15px;
	}
}

#nickname {
	font-weight: 600;
	color: #777;
	margin-top: 0;
}

#author-name {
	margin: 0;
	padding: 0;
	font-size: 3em;
	color: #333;
}

#author-image {
	float: left;
	max-width: 30%;
}

#author-posts {
	clear: both;
}

#author-page-biobox {
	margin: 0 0 40px 25px;
	width: 60%;
	float: left;
}

.ts-fab-tab {
	padding: 12px;
	background: #fff;
	min-height: 80px;
	overflow: hidden;
}

.ts-fab-avatar {
	display: block;
	float: left;
	width: 80px;
}

.ts-fab-avatar > img {
	width: 80px;
	max-width: 100% !important;
}

.ts-fab-wrapper img {
	border: none !important;
}

.ts-fab-social-links {
	margin: 5px 0 0;
	text-align: center;
}

.ts-fab-social-links a {
	display: inline-block;
	margin: 0 1px;
	opacity: .5;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
}

.ts-fab-wrapper a {
	text-decoration: none !important;
}

.ts-fab-text {
	margin-left: 96px;
	line-height: 1.5;
}

.ts-fab-header {
	margin-bottom: 10px;
}
