/* Business Solutions Tool Tip Styles */

.tooltip a, .tooltip span{
	color: white;
	text-decoration: none;
	margin: 0px;
	}
.tooltip span {
	display: none;
   	position: absolute;
	width: 338px;
	/*height: 130px;*/
	color: white;
	margin: 0px;
	padding: 0 8px 15px 9px;
	text-align: left;
	top: -22px; left: -10px;
	}
.tooltip:hover {
	position: relative;
	}
.tooltip:hover span {
	display: block;
   	position: absolute;
	}
#bus_sol th {
	color: white;
	font-size: 16px;
	text-align: left;
	padding: 10px 8px 0 8px;
	}
#bus_sol td {
	height: 105px;
	padding: 10px;
	margin: 0px;
	}

/* Chrome and Safari 
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .tooltip span {left: -8px; } }*/
