
section.linkAnnotation a{
    background-color: #FFF !important;
    opacity:0 !important;
}

section.linkAnnotation a:hover{
  background-color: #2196F3 !important;
  box-shadow: 5px 5px 5px grey;
  opacity:50% !important;
}