/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Sep, 2022, 11:45:52 PM
    Author     : Admin
*/
.dropd{    
        width:240px;
       }


@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		.input{
    
                     width:150px;
                     height: 20px;
                    
                }
                
                .dropd{
                      width:150px;
                      height: 25px;
                }
                
                .dropd{
                      width:150px;
                      height: 25px;
                }
                
                
                
    }