/*
Tabs - hide tabs before initialization to avoid flash of content
Only applied if class of 'js' on parent
*/
.js .fragment {
    display: none;
}
.js .anchors span,
.js .mod-productreviews h3,
.js .mod-dealerlocations h3,
.js .mod-register h3 {display: none;}

.js .anchors {
    display: block;
}
