/*================Screen Desktop======
============================*/

   @media (min-width: 1200px){
       
   }
   /*================Screen Ipad Pro 3======
   ============================*/
   @media only screen and (min-width: 1024px) and (max-width: 1200px){
   
   }
   /*================Screen Ipad Mini======
   ============================*/
   @media only screen and (min-width: 768px) and (max-width: 1000px){
     
   }
   /*================Screen Devide======
   ============================*/
   /* Smartphones (portrait and landscape) ----------- */
   @media only screen and  (max-width : 736px) {
       .table_mey {
            overflow: scroll;
        }
        table.pdfList2 {
            width: 750px;
        }
   }
   