p.author {
    font-size: 9pt;
    font-style: italic;
}
figure figcaption {
    font-size: 9pt;
    text-align: center;
    font-style: italic;
    color: #f1f1f1;
    background: #333;
    padding: 7px;
}
.terminal code {
    width: fit-content;
    display: block;
    padding: 9px 19px;
    border-radius: 8px;
    background: #f1f1f1;
    font-size: 11pt;
}
.references {
    padding: 10px 25px 10px 30px;
    border-radius: 10px;
    background: #eff2f5;  
}
.references li {
    font-size: 11pt;
    text-align: left;
}
.references li a {
    color: #db6312;
    text-decoration: underline;
}
.references li a:hover {
    color: #ff8d22;
}
span.email {
    
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    vertical-align: baseline;
    background: transparent; 
    color: #007ae6;
    margin: 0;
    padding: 0;
} 
span.email:hover {
    color: #1f95fd;
} 

@media only screen and (max-width:580px) {
    #main-home-page .contributors a.lacnicBlogContributors { 
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 10; 
        padding: 20px 0;
        margin: 0;
        line-height: 1.2; 
        border-radius: 0;
    }
}
 