﻿
#teammates
{
	padding: 20px 0 0 0;
}

	#teammates .teammate
	{
		float: left;
		margin: 0 25px 30px 0;
		padding: 3px;
		border: 1px solid #777;
		border-radius: 3px;
		background: #eee;
		box-shadow: 2px 2px 2px #ccc;
		position: relative;
		cursor: pointer;
	}

		#teammates .teammate .teammate-image
		{
		}

			#teammates .teammate .teammate-image img
			{
				width: 160px;
				height: 160px;
				border: 1px solid #fff;
				border-radius: 3px;
			}

		#teammates .teammate .teammate-details
		{
			height: 40px;
			overflow: hidden;
			padding: 0 5px;
		}

			#teammates .teammate .teammate-details ul
			{
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

				#teammates .teammate .teammate-details ul li
				{
					display: block;
					overflow: hidden;
					width: 152px;
					height: 20px;
				}

				#teammates .teammate .teammate-details ul .name
				{
					font-size: 14PX;
					color: #333;
					white-space: nowrap;
				}

				#teammates .teammate .teammate-details ul .position
				{
					font-size: 12PX;
					color: #777;
				}

.contact-details
{
	border-color: #777;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-radius: 0 3px 3px 0;
	background: #eee;
	position: absolute;
	top: 5px;
	right: -161px;
	width: 160px;
	display: none;
	font-size: 12px;
	padding: 0;
	z-index: 100;
	cursor: default;
	box-shadow: 2px 2px 2px #ccc;
}

	.contact-details section
	{
		padding: 0 0 0 5px;
		border: 1px solid #ccc;
		margin: 3px;
		border-radius: 3px;
		background: #fff;
	}

		.contact-details section p
		{
			padding: 2px;
			margin: 0;
			line-height: 15px;
		}

.tooltip-inner
{
	white-space: pre;
	max-width: none;
}
