/* Link übernimmt den Font des Themes */
.wh-link,
.wh-link:link,
.wh-link:visited,
.wh-link:hover {
    font: inherit !important;
}

/* WoWHead-Farben beibehalten */
a.q0,
a.q1,
a.q2,
a.q3,
a.q4,
a.q5,
a.q6,
a.q7 {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Icons an Schriftgröße anpassen */
.wh-link img {
    width: 1em !important;
    height: 1em !important;

    vertical-align: -0.40em;

    margin-right: .25em;
}

/* Icon an Schriftgröße anpassen */
.wh-link .iconmedium {
    width: 1.2em !important;
    height: 1.2em !important;

    display: inline-block;
    vertical-align: -0.15em;
    margin-right: .25em;
}

.wh-link .iconmedium ins {
    width: 1em !important;
    height: 1em !important;

    background-size: cover !important;
}

.wh-link .iconmedium del {
    display: none;
}