/*
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 : 5 Jul, 2022, 11:51:12 PM
    Author     : Admin
*/

.navbar{
    margin-top: 6px;
}

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

		/* Force table to not be like tables anymore */
		.navbar{
    
                     margin-top: 50px;   
                }
                
    }