#offlineNotificationBar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFF4CE;
}

#message {
    position: relative;
    left: 36px;
    margin-right: 64px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    color: #323130;
}

/* Icons */
#web {
    position: absolute;
    content: url(/css/images/web.png);
    top: 10px;
    left: 12px;
    line-height: 100%;
}

#close {
    position: absolute;
    content: url(/css/images/close.png);
    top: 12px;
    right: 8px;
    line-height: 100%;
    display: flex;
    cursor: pointer;
}