﻿#sidebar{
    display:none;
}
#main-content
{
    margin-right:0px;
    border-right:0px;
}
#content
{
    border-right:0px;
}
#header{
    display:none;
}
a{
    display:none;
}
.btn
{
    display:none;
}
.page-header
{
    display:none;
}
.footer-tools
{
    display:none;
}
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}