.test {
	background-color: aqua;
}/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 4px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
	z-index: 1;	
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.help-icon {
	color:#fff;
	background-color:#00a2ed;
	width:23px;
	height:23px;
	display:inline-block;
	border-radius:100%;
	font-size:15px;
	text-align:center;
	text-decoration:none;
}

/* Increase max page width */
.container {
	max-width: 100rem;
}
.markdown table.table-sm tr th, .markdown table.table-sm tr td {	
	padding: .3rem;
	line-height: 1;
}

.markdown table.table-sm p {	
	margin: 0;
}

.cash-returns td {
	text-align:right;
}

#bond_yield_table td {
	text-align: right;
}