.warning-bar {
    position: fixed;
    width: 100%;
    height: 28px;
    top: 0px;
    left: 0px;
    background-color: #da4f49;
    color: #fff;
    line-height: 28px;
    font-size: 13px;
    z-index: 100;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}