/* Customize table elements in .tab(). */
.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>td{
    background:#242f3e;
    font-size: 13px !important;
    font-variant: small-caps;
    padding:7px;
    text-align:center !important;
} /* Format subheader row */
.tabContent>table{
    border-collapse:collapse;
    border-style:hidden;
} /* Collapse elements. */
#chest-skills-table .tabContent>table tr td{
    text-align:center !important;
} /* Center the text in this table. */

.qtip-content {
    background: #1C232C !important;
    color: #fff !important;
}

.qtip-contentWrapper {
    border-color: #11161D !important;
}

.qtip-borderTop canvas, .topRight canvas, .qtip-borderBottom canvas
{
    display: none
}

.qtip-wrapper {
    background: #11161D;
    border-radius: 8px;
}

.qtip-betweenCorners 
{
    background: #11161D !important;
}

.qtip-content.qtip-content {
    text-align: center !important;
}