.template__author__placeholder {
	
    margin: -0.125rem;
    border-color: rgba(128, 128, 128, 0.5);
    background-color: rgba(255, 255, 255, 0.75);
    border-style: solid;
    border-width: 0.125rem;
    
    line-height: 2.875rem;
    color: #808080;
    font-size: 0.875rem;
    text-align: center;
    font-family: adobe-clean,Helvetica,Arial,sans-serif;
    
}
.template__author__placeholder:hover {
	
	background-color: rgba(255, 255, 255, 0.55);
	color: #2583d8;
    border-color: #2583d8;
	    
}