.mobile_view {
    display: none; 
}
#list-nav{ 
    margin: 6px 0;
}
font[size="2"]{
	line-height: 1; 
}
body ,p{
        font-size: medium; 
	}
@media all and (max-width: 500px){
    .desktop_view{
        display: none !important;
    }
	body ,p{
        font-size: medium; 
	}
    .logo {
        text-align: left; 
        
    }
    .logo img {
        max-width: 180px;
    }
    table, td, tr, tbody{
        font-size: medium;
        display: block;
    }
    table table td,
    table table td[align="right"]{
        text-align: left; 
    }
	table[width="500"]{
		width: 100%; 
	}
	table[width="500"]{
	    
		width: 100% !important; 
	}
	table{
	    width: 100%; 
	    margin: auto; 
	}
    body{
        width: calc(100% - 60px);
        margin: auto;  
		overflow-x: hidden; 
		text-align: center;
    }
	table,
	p{
		text-align: center; 
	}
	font[size="-1"]{
		font-size: 15px;
		line-height: 1.3;
	}
	img, iframe, table , video , audio,input, textarea {
		max-width: 100%; 
	}
	img{
		margin-bottom: 5px;
		margin-top: 5px;
	}
    .mobile_header .logo a {  
        width: 260px;  
        display: block; 
        margin-top: 10px;
    }
	.desktop_view{
		display: none; 
	}
    #list-nav{
        display:   none; 
    }
    .mobile_view {
        display: block !important; 
    }
	.mobile_menu {
		display: block !important; 
		position : fixed; 
		top: 0;  
        right: -100%;
		height: 100vh; 
		width: 100%;   
		transition: 1s; 
		background: #faf8f9; 
	}
	.mobile_menu.active {
		right: 0;  
		width: calc(100% - 50px);
	}
	.mobile_menu  #mobile_nav_list{
		margin: 0; 
		padding: 0;  
		  height: 100%; 
        overflow: auto; 
		
	}
    .mobile_menu  #list-nav:after{
        content: ''; 
        display: block; 
        clear:both; 
    }
    .mobile_menu  #mobile_nav_list li a {
        display:  block;
        width: initial; 
		text-align: left; 
		margin: 0 !important;
        background-color: #faf8f9; 
	    border: 1px solid #d5d5d5; 
        border-bottom: 0;
        padding: 20px 20px; 
		text-decoration: none; 
		color: #010000; 
        font-family: arial;
        font-size: 14px;
        font-weight: 500;
    }
    .mobile_menu  #mobile_nav_list li:last-child a {
        
			 border-bottom: 1px solid #d5d5d5;
    }
	.mobile_menu  #mobile_nav_list  li {
		display: block; 
		text-align: left; 
		padding: 0; 
		margin: 0; 
        
	} 
    .mobile_menu .nav_icon {
		height: 50px;
		width: 50px;
		position: absolute;
		right: 100%;
		top: 0;
		cursor: pointer;
		z-index: 999;
		background: transparent;
		transition: .5s; 
	}
	
    .mobile_menu .nav_icon.active{
		    height: 100%; 
			background-color: #c9c7c8;
	}
	.nav_icon_group {
		height: 15px; 
		width: 15px; 
		margin: 10px;
		overflow: hidden;
		margin-top: 20px;
		background: #fff !important; 
		padding: 5px;
		
	}
	 .mobile_menu .nav_icon.active .nav_icon_group{ 
			background-color: transparent !important; 
	}
	.nav_icon_group span {
    height: 2px;
    background: #000000;
    width: 15px;
    margin: 2px 0;
    display: block;
    border-radius: 1px;

}
font > br:first-child{
display: none; 
}
}