/* Hide the currently-selected language from the dropdown list.
   GTranSlate shows the active language in both .gt_selected (the button)
      AND in .gt_option (the list) with class .gt_current — causing a duplicate.
         Hiding .gt_current from the list removes the redundancy. */
         .gt_option a.gt_current {
         	  display: none;
         }
         }