#authorwplc {
    display:inline-block;
    max-width:13%;
    clear:none;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border: 1px solid #e6e6e6;
    
    
    border: none;
    -webkit-box-shadow: 0px 0px 5px rgba(50,50,50,.33);
    -moz-box-shadow: 0px 0px 5px rgba(50,50,50,.33);
    box-shadow: 0px 0px 5px rgba(50,50,50,.33);
    background: #fff;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    height: 45px;
}

.imgwplc {
	float:left;
	display:inline-block;
	padding-right: 15px;
	max-height:45px;"
}