/*--------------------------------------------------------------
	Css for downloadpaper.html page By Krupa
--------------------------------------------------------------*/




@media (max-width: 520px) 
{
    .button-display-side
    {
        display: none;
    }
    .botton-bottom{
    	display: inline-block;
    
    }
    
    #center-align{
    	float: center;
    
    }
}

@media (min-width: 520px) 
{
   
    
    #right-align{
    	float: right;
    
    }
}
