#sidebar {
    width: 0px;
    display: none;
}
#contentPane {
    position: absolute;
    top: 60px; /* equal to header height + padding */
    bottom: 0px;
    right: 0px;
    overflow: auto;
    left: 0px;
    padding: 15px;
    background-color: #f3f3f3;
    margin-left: 0px;
}

table td{
    border: 1px solid #000000;
}

.noprint {
	display: none;
}
