

.author_description {
padding-bottom : 90px;
border-bottom : 1px solid #d8d8d8; 
}

.legende {
background-color: #e3e3e3;
padding: 1% 3%;
}

.legende > div:nth-child(1) p{
font-style: italic;
font-size: 13px;
}

.author_text > p:nth-child(1) > a:nth-child(1) {
display : block;
width: 75%;
font-weight :500;
letter-spacing: 2px;
border : solid 1px #e3352d;
margin-top: 1em;
padding: 5px 6px;

background-color: #e3352d;
text-align : center;
text-transform: uppercase;
color : #fff;
}


.author_text > p:nth-child(1) > a:nth-child(1):hover {
background-color: #fff;
color : #e3352d;
}


