#leaderboards-healing-bar .health-bar-character-icon {
    vertical-align: middle;
}

#leaderboards-healing-bar .health-bar-character-name {
    vertical-align: middle;
}


/* Page CSS */

#ipsLayout_mainArea {
    display: block;
    line-height: initial;
}

#ipsLayout_mainArea h1 {
    margin-bottom: 0;
}

#ipsLayout_mainArea h2 {
    margin-top: 0;
}

h1 {
    font-size: 35px;
    color: #5F5B55;
    word-wrap: break-word;
}

h2 {
    font-size: 30px;
    color: #84827F;
    word-wrap: break-word;
}

h3 {
    color: #a5a19b;
    word-wrap: break-word;
}

@media screen and (min-width: 680px) {
    h1 {
        font-size: 60px;
        color: #5F5B55;
        word-wrap: break-word;
    }
    h2 {
        font-size: 45px;
        color: #84827F;
        word-wrap: break-word;
    }
    h3 {
        font-size: 30px;
        color: #a5a19b;
        word-wrap: break-word;
    }
}

h1.page-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 60px;
}

h2.page-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.title-description {
    color: #927E57;
}

.highcharts-button.highcharts-contextbutton {
    display: none;
}

.highcharts-credits {
    display: none;
}

.highcharts-background {
    fill: #ffffff00;
}

.highcharts-column-series rect {
    stroke: none;
}
