/*  companies_show.css - 1694138895 */


#companies_show {
	text-align: left;
}

#company_left_content {
	float: left;
	max-width: 500px;
}

#company_banner_box {
	margin-bottom: 10px;
}

#company_right_content {
	float: right;
	width: 180px;
	font-size: 13px;
	line-height: 16px;
}

#company_logo_box {
	margin-bottom: 6px;
}

#company_name {
	font-size: 14px;
}

.company_attribute_box {
	margin: 5px 0;
}

#company_description_box {
	font-size: 14px;
	color: #231f20;
	line-height: 20px;
}

/* css for the company profile popup */

.company_profile_window {
	width: 760px;
}

.company_profile_window .lpopup_content {
	background-color: #fff;
}

#company_profile_close_button_box {
	margin-top: 30px;
	text-align: right;
}

/* end - css for the company profile popup */

@media screen and (max-width: 800px) {
    #company_right_content {
	    float: none;
    }    
}


