/*--- Main CSS here ---*/

/*------------------------------------*\
        IPHONE
\*------------------------------------*/
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) , only screen and (max-width: 800px), only screen and (max-device-width: 800px){
    /*--- iPhone only CSS here ---*/
    body{
        -webkit-text-size-adjust:none;
        /*        font-family:Helvetica, Arial, Verdana, sans-serif;
                padding:5px;*/
    }
    .r-article {
        /*width: 490px;*/
    }
    .wg-tabs.ui-tabs .ui-tabs-nav li a{
        padding: 7px 5px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ShareButtonsWidget .zclip  {
        left: 334px !important;
        top: -4px !important;
    }
}
