#en1
{
   text-align: center;
}
body
{
   background-color: #FFFFFF;
}
#MediaPlayer1
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#MediaPlayer1
{
   display: block;
   float: left;
   margin: 0;
   width: 100%;
   height: 100px;
   vertical-align: top;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: hidden;
  width: 150px;
   background-color: #73AD21; 
    color: #FFFFFF; 
  text-align: center;
  border-radius: 6px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 1%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #73AD21 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
div {
line-height: 200%;
}
.pointer {cursor: pointer;}
