/* TABLET STYLE *//*  @media(min-device-width:768px) and (max-device-width:1199px){  */
@media all and (max-width:991px), all and (orientation: portrait) {
        /*.container {padding:0px 5px;}*/
        .container-fluid {padding:0px 5px;}
    
        header {
        }
        
        ul#myNavbarL, ul#myNavbarR
        {
            float:none !important;
        }
        
        
        div#bannerTop
        {
            background-image:none;
        }
            div#bannerTop > .container
            {
                height:auto;
            }
        
      
        div#sectMid {}
            div#sectMid .generalForm table th, div#sectMid .generalForm table td { /* this is sub-table */
                display:block;
                width:100% !important;
            }  
        
        div#sectBot {}
            div#sectBot .container .row div
            {
                /*float:none;
                margin-bottom:10px;
                text-align:center;*/
            }
            
    
        footer{}
            div#footerLeft, div#footerRight {
                /*float:none !important;
                text-align:left;
                margin-bottom:20px;*/
            }
        
        /* ================== *\
            CUSTOM STYLE 
        \* ================== */

       
       /* *************** Specific Page Styles ******************** */  
       
       .generalForm  td#td_field_QD_tblGoodsType table td { 
            border:0 none;
        }
        
}