@media only screen and (min-width:768px) and (max-width:1200px) {

    .responsive .hiddenTablet   {display: none      !important;}
    .responsive .onlyDesktop    {display: none      !important;}
    .responsive .onlyPhone      {display: none      !important;}

    .responsive .visibleTablet {
        display:block!important;
        opacity:1!important;
        filter:alpha(opacity=100);
    }

    .responsive .clearTablet {
        clear: both;
        display: inline-block;
        float: none;
        width: 100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .responsive .txtLTablet         {text-align:left    !important;}
    .responsive .txtCTablet         {text-align:center  !important;}
    .responsive .txtRTablet         {text-align:right   !important;}
    
    
    /* QuickFic format tablet expressWay */
    
    .responsive .pubExpressWay .hiddenPhone                     {display: none      !important;}
    .responsive .pubExpressWay,
    .responsive .containerBanner div                            {float:none !important;}
    .responsive .containerBanner div#Express_way_Container      {margin-top:10px !important; height:40px !important;}
    .responsive ul.pubExpressWay {
        background:url(/images/lc_fr/expressWayInfo_mob.png) no-repeat left center;
        clear:both;
        padding-left:70px !important;
    }

}
