/* WoW styles */

.death-knight, .wowclass6  { color: #901B26 !important; }
.druid,        .wowclass11 { color: #D5690D !important; }
.hunter,       .wowclass3  { color: #789454 !important; }
.mage,         .wowclass8  { color: #4FA1BD !important; }
.monk,         .wowclass10 { color: #00FFBA !important; }
.paladin,      .wowclass2  { color: #BD5A86 !important; }
.priest,       .wowclass5  { color: #DDDDDD !important; }
.rogue,        .wowclass4  { color: #CDC548 !important; }
.shaman,       .wowclass7  { color: #2751AD !important; }
.warlock,      .wowclass9  { color: #5E5280 !important; }
.warrior,      .wowclass1  { color: #886B4C !important; }
.demon-hunter, .wowclass12 { color: #A330C9 !important; }
.evoker,       .wowclass13 { color: #33937F !important; }

.death-knight-bg, .wowclass6-bg  { background-color: #901B26; }
.druid-bg,        .wowclass11-bg { background-color: #D5690D; }
.hunter-bg,       .wowclass3-bg  { background-color: #789454; }
.mage-bg,         .wowclass8-bg  { background-color: #4FA1BD; }
.monk-bg,         .wowclass10-bg { background-color: #00BB88; }
.paladin-bg,      .wowclass2-bg  { background-color: #BD5A86; }
.priest-bg,       .wowclass5-bg  { background-color: #959595; }
.rogue-bg,        .wowclass4-bg  { background-color: #A8A23E; }
.shaman-bg,       .wowclass7-bg  { background-color: #2751AD; }
.warlock-bg,      .wowclass9-bg  { background-color: #5E5280; }
.warrior-bg,      .wowclass1-bg  { background-color: #886B4C; }
.demon-hunter-bg, .wowclass12-bg { background-color: #A330C9; }
.evoker-bg,       .wowclass13-bg { background-color: #33937F; }

a.icontinyl, a.icontinyl:hover, a.icontinyl:visited {
    border: 0;
    color: #71d5ff;
}

/* Character tooltip styles */

#tmdm-power-tooltip {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 1000px;
}

#tmdm-power-tooltip > div {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px black;
    border: 1px solid #999;
    border-radius: 3px;
}

#tmdm-power-icon-container {
    width: 40px;
    height: 40px;
}

#tmdm-power-icon {
    width: 100%;
}

#tmdm-power-content {
    padding: 5px;
    font-family: Verdana,"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: white;
}

#tmdm-power-content > div {
    margin-bottom: 1px;
}

#tmdm-power-content > div:first-child {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

#tmdm-power-content span {
    color: gold;
}

#tmdm-power-content .audit {
    color: red;
}
