#img2{position: absolute;right:10;bottom:0;display: none;}

/*
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  */
  /*
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
   */ 
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  /*
    opacity: 0;
    transition: opacity 1s;
  }
  */

  /*.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.8;
  }
  */
  
  .tooltip {
	color: black;
	/*text-decoration: underline;*/
	cursor: help;
	position: relative;
}

.tooltip span[role=tooltip] {
	display: none;
}

.tooltip:hover span[role=tooltip]  {
	display: block;
	position: absolute;
	bottom: 2.0em;
	left: -0em;
	width: 20em;
  padding: 0.1em; /*padding: 0.5em;*/
  font-size: 0.95rem; /*16px;*/
  line-height: 1.2;
	z-index: 100;
	color: #000;
   /* background-color: #98daecee; ee not supported in Edge :-( */
    background-color: #98daec;
	border: solid 1px #0f0691;
    border-radius: 0.2em;
    opacity: 1;/*0.95;*/
}
.myred {
  color: red;
}
