.content-header {
    background-color: #0069b0;
    color:white;
    padding:10px;
    margin-bottom: 10px;
}

/*.header {*/
    /*line-height: 28px;*/
    /*margin-bottom: 16px;*/
    /*padding-bottom: 4px;*/
/*}*/

.header .green {
    border-bottom-color: #cce2c1;
}

h3.smaller {
    font-size: 21px;
}

.green {
    color: #69aa46!important;
}

.red {
    color: red;
}

.lighter {
    font-weight: lighter;
}

.status-line {
    display: block !important;
    position: relative;
}

.status-line .line {
    width: 100%;
    border: 1px solid #97CEEB;
    color: #97CEEB;
    margin:10px 0px;
}

.status-line .line .icon {
    position: absolute;
    display: block;
    clear: both;
    left:50%;
    top:0px;
    padding: 5px;
    transform: translateY(-50%);
    font-size: 20px;
    background-color: white;
}

.no-padding{padding:0!important}

