ESA title

ESA Space Applications

.tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; } .tooltip em{ font-size:1.6em!important; font-style: normal; } .tooltip a em{ color:white!important } .tooltip a:link { text-decoration: none; } .tooltip .tooltiptext { visibility: hidden; width: 450px; background-color: white; border:1px solid #ccc; color: black; font-size:1.0em!important; text-align: left; border-radius: 6px; padding: 25px; position: absolute; z-index: 9999999; bottom: 125%; left: 0%; margin-left: -60px;