body {
    font-size: 90%;
}

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

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

.productDetails, .productDetailsUser {
    clear: both;
    width: auto;
}

.productDetails .item-number {
    text-align: left;
}

h4 {
    padding: 0;
}

/* Improve colour contrast of links */
a:link, a:visited {
    color: #781351
}

