/* $Id: employer.css 55 2008-09-03 06:01:51Z edin.coralic $ */

@import url('/plugins/job/css/job_list.css');

.employer {
	
}

.employer .company_logo {
	float: right;
}

.employer .single {
	background: #e1e8ea;
	padding: 16px 13px;
	height: 1%;
}

.employer .single .main_content {
	margin-bottom: 0 !important;
}
.employer .single .main_content.content {
	clear: both;
	float: none;
	width: auto;
	margin-top: 2em;
	margin-bottom: 0 !important;
}

.employer table.info {
	float: left;
	margin: 0 3em 1.5em 0;
}
.employer table.info td.title {
	color: #777;
	font-size: 1.2em;
	padding-right: 10px;
}
.employer table.info td.content {
	color: #777;
	font-size: 1.5em;
	font-weight: bold;
}
