/* CSS Document */

/* Agent STYLES */

.agent_pic {
	max-height:270px;
	height:100%;
	width:100%;
    max-width:250px;
}

.agent_logo {
	width: 160px; 
	/*height:60px; */
	padding-right:30px;
}	

.lender_logo {
	width: 23px; 
	height:23px; 
	margin-top:-10px;
}

.comp_info{
	margin-top: 10px; 
	font-size:16px;
}

.loanOfficer_title{
	font-size: 20px; 
	margin-top: -5px;
}

.lender_left_col_info{
	padding-bottom: 15px;  
	padding-right: -30px; 
	width: 300px;
}

.loanOffice_text_info{
	font-size: 20px;
}

/* button */
.btn {
    padding: 8px 12px !important;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
	font-size:14px !important;
}

.btn.sharp {
  border-radius:0;
}
/* end of button */	