/* Hide header and navigation sections */
.product-view,.sidebar-additional,.related-products,.sections-page-bottom,.page.messages,.items-tabs,#printButton,.page-footer,.images-breadcrumbs,.page-header {
    display: none !important;
}

.catalog-product-view .product.detailed .data-tabs-content {
    border: 1px solid #fff !important;
}

div.prodspecs div.column.left {
    float: left;
    margin-top: 16px;
    min-width: 200px;
    width: 49%;
}
 
div.prodspecs>div.thecontent {
    position: relative;
    width: 100%;
}
 
div.prodspecs {
    max-width: 827px !important;
    width: 100%;
}
 
div.prodspecs * {
    line-height: initial;
    box-sizing: inherit;
}
 
.catalog-product-view .product.detailed .data-tabs-content {
    width: 1000px;
}
 
.eb_description .value p span {
    line-height: 20px;
}
 
.eb_description .value p {
    line-height: 20px;
}