
#helpContainer{
	
	width:500px;
	
	margin:auto;
	position:fixed;
	background: #005979;
	color:white;
	right:20px;
	top:60px;
	
}


.tooltip-right::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #005979;
}