/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  margin-left: 470px;
  cursor: default;
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-size: 12px;
  visibility: hidden;
  width: 360px;
  background-color: #ebebe0;
  color: #000000;
  text-align: left;
  padding: 10px 0 10px 15px;
  border-radius: 8px;
  border: 3px solid #810020;
  box-shadow: 5px 5px 5px #cc0033;
  /* Position the tooltip text box */
  position: absolute;
  z-index: 2;
  top: 40px;
  margin-left: -245px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity .3s;
}

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

.tooltip-2 {
  position: relative;
  display: inline-block;
  margin-left: 1px;
  cursor: default;
}

/* Tooltip text */
.tooltip-2 .tooltiptext {
  font-size: 12px;
  visibility: hidden;
  width: 360px;
  background-color: #ebebe0;
  color: #000000;
  text-align: left;
  padding: 10px 0 10px 15px;
  border-radius: 8px;
  border: 3px solid #810020;
  box-shadow: 5px 5px 5px #cc0033;
  /* Position the tooltip text box */
  position: absolute;
  z-index: 2;
  top: 40px;
  margin-left: -275px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity .3s;
}

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

.par p {
  line-height: 2 ;
  margin-top: 0 ;
  margin-bottom: 0 ;
} 

.red {
   color: red; 
   text-decoration: underline;
   font-size: 16px;
   font-weight: bold;
}
