.bundle-item-table td.bundle-img {
    width: 10%;
}

.bundle-item-table td.bundle-img img {
    height: 50px;
}

.bundle-item-table td.bundle-name {
    max-width: 150px;
    overflow: auto;
}

.bundle-item-table td.bundle-img,
.bundle-item-table td.bundle-name,
.bundle-item-table td.bundle-qty{
    vertical-align: middle;
}

.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form {
    display: block;
}

.page-product-bundle.catalog-product-view .bundle-options-container  div#bundleSummary {
    float: left;
    width: 100%;
}

.page-product-bundle.catalog-product-view .bundle-options-container .bundle-options-wrapper {
    width: 100%;
}

.page-product-bundle.catalog-product-view div#product-options-wrapper {
    display: none;
}

.page-product-bundle.catalog-product-view .page-product-bundle.catalog-product-view .bundle-options-container div#bundleSummary .title {
    display: none;
}

.page-product-bundle.catalog-product-view #bundleSummary .bundle-summary {
    display: none;
}

.page-product-bundle.catalog-product-view #bundleSummary .title {
    display: none;
}

.page-product-bundle.catalog-product-view .bundle-options-container .block-bundle-summary .price-box {
    display: none;
}

.page-product-bundle.catalog-product-view span.bundle-list-title {
    font-weight: bold;
}

.product-info-main .bundle-detail {
    margin-top: 10px;
}
