#stockists .state {
	font-weight: bold;
	font-size: 16px;
	color: #e27b2f;
	padding-top: 15px;
}

#stockists .company {
	font-weight: bold;
	font-size: 12px;
	color: #e27b2f;
}

table#stockists.table-default tr td {
	/*border-bottom: 1px solid #e27b2f;*/
}

table#stockists.table-default tr td.state {
	border-bottom: none;
}

.table-default tbody tr:hover td {
	background: #fcfcfc;
	/*
	color: #41577b;
	border-color: #ffffff;
	*/
}

.table-default tbody tr:hover td.state {
	background: transparent;
	/*
	color: #41577b;
	border-color: #ffffff;
	*/
}

