/* Hides an element from the screen but lets screen readers access it */
.table-protocol-icon {
  filter: drop-shadow(1px 0 0px #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff); }
