/*
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 Sep, 2022, 11:39:03 PM
    Author     : Admin
*/

.tabcontent{
     margin-left: 200px;
}

.vertical-right{
    margin-left: 200px; 
}

.tablink{
    width:500px;
    height:40px;
}
@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		.tabcontent
                {
                   margin-left: 0px;
                }
                
                .vertical-right{
                    margin-left: 0px; 
                }

                .tablink{
                    width:320px;
                    height:40px;
                }
        
    }