.notification-bar {
    display: block;
}

.notification-bar.closed {
    display: none;
}

.notification-bar .bar-close {
    background: url('notification-close.png') no-repeat center center;
    cursor: pointer;
    float: right;
    height: 21px;
    width: 21px;
}
