/* 大家族模板 */
.naubox th,
.naubox-group {
background: #a5e4a5;
}
/* 来个高优先级的 */
body .content .naubox {
display: table !important;
}
.naubox .content table {
width: 100% !important;
}
.naubox {
border: 1px solid #aaa;
clear: both;
padding: 1px;
text-align: center;
width: 100%;
background: #fdfdfd;
}
.naubox-subgroup {
background: #fdfdfd;
}
.naubox-group {
white-space: nowrap;
}
.naubox table {
width: 100% !important;
margin: 0 !important;
}
.naubox-subgroup .naubox-group,
.naubox-abovebelow {
background: #e6f6e6;
}
/* Fix by case : Rev 1327309 ([[Special:Permalink/1327309]])
Address alignment issue of nested tabs in naubox */
.naubox .TabLabel {
text-align: left;
}
@media screen and (max-width: 640px) {
.naubox-group,
.naubox-list,
.naubox-title {
display: block;
width: 100% !important;
box-sizing: border-box;
}
.naubox-group+* {
border-left: 0 !important;
border-top: 2px solid #fdfdfd;
}
.naubox-group + .naubox-list > .naubox-subgroup {
border-left: .75em solid transparent;
}
.naubox td[rowspan] {
display: none;
}
}