hr {
	margin: 20px 0;
	border-style: none;
	border-bottom: 1px solid #f5f8f8;
	border-top: 1px solid #c9c9c9;
}

h1 a {
	font-weight: inherit !important;
	font-size: 100% !important;
}

.companies.column {
	float: left;
	width: 50%;	
	margin-bottom: 20px;
}

.company.details {
	font-size: 90%;
}

.company.details * {
	border-collapse: collapse;
}

.company.details th, .company.details td {
	padding: 5px;
	font-weight: normal;
	text-align: left;
}

.company.details th {
	width: 50%;
}

.company.details .alternate {
	background-color: #d9eecc;
}

.company.quote {
	position: relative;
	padding-left: 40px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
}

.company.quote:before {
	position: absolute;
	top: -7px;
	left: 2px;
	color: #4db500;
	content: "“";
	font-size: 500%;
	font-weight: normal;
	font-style: normal;
}

.sidebar.company {
	padding: 6px 20px;
	width: 280px;
}

.sidebar.company table {
	margin: -10px -9px 20px;
}

.sidebar.company td {
	padding: 0;
}

ul.spotlight {
	margin: 10px 30px;
}

li.spotlight.company a {
	color: #1f3c40;
}