﻿
.productTabs-header ul {
    display: none; /*hide nav until fully loaded*/
}
.productTabs-body > div {
    display: none; /*hide content until fully loaded*/
}
.ui-tabs .product-specs-box,
.ui-tabs .full-description,
.ui-tabs .custom-tab {
    max-width: 1100px;
    margin: auto;
}
.ui-tabs tr:first-child th {
    padding-top: 0;
}
.ui-tabs tr:last-child td {
    padding-bottom: 0;
}
.ui-tabs .product-review-list {
    margin-bottom: 35px;
    padding: 0px;
}
.ui-tabs .write-review .form-fields {
    display: none;
    margin-bottom: 30px;
}
.ui-tabs .contact-page .form-fields {
    margin-bottom: 30px;
}
.ui-tabs .write-review .buttons,
.ui-tabs .contact-page .buttons {
    padding: 0px;
}