/* This stylesheet is included when JS is disabled by the client
 * <noscript><link href="nojs.css" type="text/css" rel="stylesheet" /></noscript>
 * Generally used to hide elements that are JS-only
 */

.js-only {
    display: none;
}

#gallery-prev, #gallery-next, #product-tabs .navigation {
    display: none !important;
}

#thumbnails {
    width: 100% !important;
    padding-left: 15px !important;
}

#thumbnails td {
    display: inline;
}

.tabbed-content {
    border: 0 !important;
    margin-bottom: 16px;
    padding-top: 0 !important;
}

.tabbed-content h2 {
    display: block !important;
}

.tabbed-content:last-child {
    margin-bottom: 0 !important;
}
