
.toolTip {
	background: rgba(245,245,245,0.9);
	border: 1px solid #666666;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	color: #999;
	padding:5px;
	max-width:700px;
	position: absolute;
	top: 0px;
	z-index: 100;	
}
td {
	padding: 2px;
	font-size: 12px;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	border: 1px solid #CCC;
	}
table {
	border: 1px solid #CCC;
	
	}

tr {
	cursor: pointer;
	
	
	}
tr :hover {
	background-color: #e5e5e5;
	
	}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height:15px;
	color: #333;	
	}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:justify;
	line-height:15px;
	color: #333;	
	}
	
	