body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}


#tooltip {
	position:absolute;
	top:-90px;
	right:0px;
	padding:10px;
	background-color:#ebf2fa;
	color:#333;
	display:none;
	border-radius: 5px;
	font-weight:normal;
	box-shadow: 2px 10px 10px #888888;
	max-width:200px;

	}

#tooltip:before { 
	content: "";
	position: absolute; 
	bottom: -10px; 
	width: 0; 
	height: 0; 
	border-left: 10px solid #ebf2fa; 
	border-bottom: 10px solid transparent;
	z-index:5;
}
