/*
* Styles added for Right panel and footer
* Right panel and footer will be hide for responsive view
*/

/* upto iPad portrait mode */
@media screen and (max-width:1023px)
{
    #main_content aside#third_rail
    /*, #main_content + footer*/{
        display: none;
    }
}