<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Customize table elements in .tabAdv */
.tabParent td{
    font-size:11px 
    padding:7px 
}
.tabContent li {
    font-size: 11px;
}
.tabContent tr:nth-child(even){
  background-color: #354251 !important;
}
.subheader,
.subheader&gt;td{
    background:#242f3e;
    font-size: 13px !important;
    font-variant: small-caps;
    padding:7px;
    text-align:center !important;
}
.tabContent&gt;table{
    border-collapse:collapse;
    border-style:hidden;
}
.tabContent td{
    font-size:11px !important;
    padding:7px 
    text-align:center;
}
.tabContent td{
    white-space:normal;
}
.tabContent&gt;table p:last-child{
  margin:0 !important;
}

/* Customize table elements in .tab(). */
.tabContent td.pic{
    width: 40px;
}
.tabContent table td.nopad{
margin:0 !important;
padding:0px !important;
} /* Class has no padding for tight pictures */
.tabContent td{
    font-size:11px !important;
    padding:7px !important;
    text-align:justify !important;
    white-space:normal
} /* Format normal td in .tab(). */
.tabContent li {
    font-size: 11px;
} /* For lists in .tab(). */
.tabContent tr:nth-child(even){
  background-color: #354251 !important;
} /* Set different background colors for odd and even table rows. */
.subheader,
.subheader&gt;td{
    background:#242f3e;
    font-size: 13px !important;
    font-variant: small-caps;
    padding:7px;
    text-align:center !important;
} /* Format subheader row */
.tabContent&gt;table{
    border-collapse:collapse;
    border-style:hidden;
} /* Collapse elements. */
#hog-drops .tabContent&gt;table tr td, #rangedsetups .tabContent&gt;table tr td, #meleesetups .tabContent&gt;table tr td, #magicsetups .tabContent&gt;table tr td{
    text-align:center !important;
} /* Center the text in these tables. */

#rangedsetups .tabContent&gt;table tr td, #meleesetups .tabContent&gt;table tr td, #magicsetups .tabContent&gt;table tr td{
font-size:10px !important;
} /* Shrink the print. */


#greg-attacks .tabBarBackground, #helw-attacks .tabBarBackground, #vind-attacks .tabBarBackground, #furies-attacks .tabBarBackground {
    height: 100% !important;
}
#greg-attacks .tab, #helw-attacks .tab, #vind-attacks .tab, #furies-attacks .tab  {
    height: 30px !important;
}</pre></body></html>