/* Remove unwanted elements */
#header, #nav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
.shell
{
width: 100%; margin: 0; float: none;
}

* {
    padding:0;
    margin:0;
    outline:0;
    color: #000;
}
