@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);

.realm-name h1 {
    font-family: 'Cinzel', Geneva, Tahoma, Verdana, sans-serif;
}

.realm-name span.expansion {
    font-size: 20px;
    font-weight: bold;
    opacity: 0.9;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -1px;
}

.line-status {
    height: 110px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 3px 0;
}

.line-status > div {
    margin: 22px 0;
}
.line-name span, .line-name h1, .line-status span {
    display: block;
    line-height: 1;
}

.line-status .online-status {
    color: #7aaa41;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 30px rgba(0, 0, 0, .25);
    background: url(../images/online.png) 4px 8px no-repeat;
    padding: 5px 30px;
}

.line-status .offline-status {
    color: #b74141;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0 0 30px rgba(0, 0, 0, .25);
    background: url(../images/offline.png) 4px 8px no-repeat;
    padding: 5px 30px;
}

.line-status .players {
    font-size: 40px;
}
.line-status .players-details {
    font-size: 20px;
    opacity: 0.7;
    margin-top: 2px;
}

.line-status .players-number {
    color: rgb(182, 156, 84);
    display: inline;
}

.bar-container {
    display: flex;
    flex-wrap: wrap;
}
.bar-container .bar-percent {
    width: 70px;
}
.bar-percent img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.bar-details {
    margin-left: 10px;
}
.line-bar {
    width: 100%;
}

.line-stats .alliance-characters {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 10px;
    background: #0d3a7d url(../images/alliance.png) left bottom;
}
.line-stats .horde-characters {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 10px;
    background: #791811 url(../images/horde.png) left bottom;
}

.line-stats .total-characters {
    width: 100%;
    text-align: center;
    cursor: unset;
    border-radius: 0 !important;
}

