.author-section{
	background-color: #1E1E1E;
	padding-top: 15px;
	padding-bottom: 15px;
}

.author-section .pleca{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.author-section .pleca div.div{
	border-right: 1px solid #333333;
	width: 100%;
}
.author-section .pleca div.div:last-child{
	border-right: 0px !important;
}

.author-section .author{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	vertical-align: top !important;
}
.author-section .author img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.author-section  .description{
	display: inline-flex;
	flex-direction: column;
	vertical-align: top;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
	padding-top: 0px;
}
.author-section  .description li{
	display: inline-block;
}
.author-section  .description i{
	color: #fff;
	margin-right: 5px;
}
.author-section  .description span{
	color: #FFE599;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.author-section .description span.name{
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;

}

.author-section .categoria , .author-section .tags{
	display: block;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.author-section .author ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex: row;
	align-items : center;
	justify-content: space-between;
}
.author-section .author{
	max-width: 281px;
}
.author-section .author ul li{
	padding: 5px;
}
.author-section .author ul li a{
	padding: 0px;
	color: white;
	font-size: 20px;
}
#single-visualization .author-section .author br{
	display: none;
}
@media screen and (max-width: 600px){
	.author-section .pleca{
		display: block;
	}
	#single-visualization .author-section .author br{
		display: block;
	}
	#single-visualization .author-section .author{
		display: block;
		margin-top: -40px !important;
		margin: auto;
	}
	.author-section .description{
		display: block;
		text-align: center;
		margin-top: 5px !important;
	}
	#single-visualization .author-section .category{
		border: none;
		text-align: center;
		margin-top: 5px;
	}
	#single-visualization .author-section .tags{
		text-align: center;
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}