  :not(form):not(input):not(select):not(textarea)[name]::before {
      content:        attr(name);
      vertical-align: super;
      font-family:    Georgia, serif;
      font-weight:    400;
      font-style:     italic;
      font-size:      75%;
      opacity:        0.3;
      padding:        0 1px 0 0;
      margin:         0 1px 0 0;
      border-bottom:  2px dotted;
  }
  :not(form):not(input):not(select):not(textarea)[name]:hover::before {
      opacity:  0.8;
  }