/*
 * Theme: DrOz
 * Author: The Revere Group
 * Description: Fixes Mac Safari problems
 */

 @media screen and (-webkit-min-device-pixel-ratio:0)
 {
     button.poeBtn span {
         margin-top: 0;
         margin-right: -3px;
     }
 }
