.page-header {
    background: #226bab;
    padding: 20px !important;
    margin-top: 0
}

.logo {
    background-image: url("../image/logo@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 46px;
    width: 96px;
    padding-top: 0;
}

.stats-content {
    margin-top: 50px;
}

.title {
    text-align: center;
    margin-top: -20px;
}

.title h1 {
    color: white;
    font-family: 'Open Sans',sans-serif;
}

ul li {
    list-style: none;
}

span.flag {
    display: block;
    background-repeat: no-repeat;
    padding-left: 33px;
    padding-top: 7px;
    width: 120%;
    height: 32px;
}

.flag-green {
    background: url("../image/green.png");
}

.flag-yellow {
    background: url("../image/yellow.png");
}

.flag-red {
    background: url("../image/red.png");
}

h4 {
    color: #226bab;
}

.status {
    padding-top: 75px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center 0px;
    float: left;
}

.adserver {
    background-image: url("../image/adserver.png");
}

.offer {
    background-image: url("../image/offer.png");
}

.conversion {
    background-image: url("../image/conversion.png");
}

.postback {
    background-image: url("../image/postback.png");
}

.stats {
    background-image: url("../image/hpanel.png");
}

.loading {
    background-image: url("../image/ajax-loader.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 11px;
    width: 16px;
    padding-top: 0;
}