/* social */
#social h3 em{
	padding-right:8px;
	border-left:5px solid #28a3e5;
}

#social strong{
	color:#111;
}

#social p{
	margin-bottom:1.8em;
}

#social table{
	color:#333;
}

#social table th{
	border:1px solid #ccc;
	vertical-align:middle;
}
#social table td{
	text-align:center;
	border:1px solid #ccc;
	vertical-align:middle;
}
	/* Table thead */
	#social table thead th{
		line-height:24px;
		border-bottom:2px solid #ccc;
		background:#e3e3e3;
	}
	#social table thead td{
		vertical-align:middle;
		background:#e3e3e3;
		border-bottom:2px solid #ccc;
	}
	
	/* Table tbody */
	#social table tbody th, #social table tbody td{
		padding:10px 8px;
	}
	#social table tbody th{
		background:#f5f5f5;
	}
	#social table tbody .coffee{
		background:#fcf3e9;
	}