
#authorInfo{
margin-bottom: 20px;
border: 1px solid #ddd;
height: auto;
overflow: visible;
padding:15px;
}

.authInfo {
clear: both;
display: block;
font-size: 14px;
overflow: hidden;
margin-bottom: 15px;
}

.authInfo label { 
display: block;
width: 20%;
float: left;
font-weight: bold;
line-height: 1.5;
text-transform: uppercase;
color: #333;
}

.authInfo span{ 
width: 75%;
float: right;
line-height: 1.5;
}

.clearfix{clear:both;}