.team_listing {
	/*padding:2%;
	border-radius:3px;
	box-shadow:inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 3px rgba(0,0,0,0.1);
	border:1px solid #acac9c;
	background:#d7d8c8 url('body-bg.png');*/ 
}

.team_listing p + p {
	margin:30px 0px 0px;
}

.team_listing p {
	font-size:14px;
}

.team_listing div {
	margin:5px 10px 0px 0px;
	float:left;
}

	.team_listing .tooltip {
		    width: auto;
    
    display: inline-block;
    position: relative;
    
	}

	.team_listing .tooltip:hover .txt {
		display:inline-block;
	}

		.team_listing .tooltip .txt {
			    width: 320px;
			padding:10px 15px;
			display:none;
			position:absolute;
			z-index:1000;
			border-radius:3px;
			    background: #b7c442;
			font-size:12px;
			font-weight:normal;
			/*text-shadow:-1px 1px 0px rgba(0,0,0,0.2);*/
			line-height:150%;
			color:#000;
        min-height: 117px;
		}

		.team_listing .tooltip .txt:before {
			width:0px;
			padding:0px;
			position:absolute;
			content:'';
		}

	

		/* Right */
		.team_listing .tooltip.right .txt {
			    top: -6px;
           left: 174px;
		}

		.team_listing .tooltip.right .txt:before {
			top: 27px;
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #b7c442;
		}

/* Left */
		.team_listing .tooltip.left .txt {
			top:-6px;
			right:165px;
		} 
 
		.team_listing .tooltip.left .txt:before {
			top:27px;
			right:-10px;
			bottom:auto;
			border-top:10px solid transparent;
			border-bottom:10px solid transparent; 
			border-left:10px solid #b7c442; 
		}
		.team_listing .tooltip.bottom .txt {
			    top: 189px;
    			left: -10px;
		}

		.team_listing .tooltip.bottom .txt:before {
			top: -9px;
            left: 45%;
            bottom: auto;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #b7c442;
		}