/* ------ comparison table styling -------- */

th.views-field-title {
	width: 400px;
}

.view-company-directory-comparison table {
	margin-right: 20px;
}

.view-company-directory-comparison th {
	vertical-align: bottom;
	text-align: center;
	}

.view-company-directory-comparison td {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 30px;
	padding: 0px 5px 0px 5px;
	font-size: 1.2em;
	text-align: center;
	position: relative;
}

.view-company-directory-comparison td.views-field-title {
/*	background-color: #eee;
	margin-left: 30px;
	margin-right: 30px;*/
}

.view-company-directory-comparison tr.odd td {
	background-color: #eee;
}

.view-company-directory-comparison img {
	width: 20px;
	height: 20px;
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;

  margin: -10px 0 0 -10px;
}



/* -------- company page table stlying ------------ */

.view-company-credentials-tables table {
	border: 1px solid #ccc;
	background-color: #eeeeee;
}

.view-company-credentials-tables th {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

.view-company-credentials-tables td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

.view-company-credentials-tables img {
	width: 20px;
	height: 20px;
}
