body {
    padding-top: 52px;
}

.notificationbar {
    width: 100%;
    height: 26px;
    text-align: center;
}

span.notification-msg {
    padding: 5px 5px 5px 10px;
    text-align: center;
    display: none;
}
.notification-msg > span {
    text-decoration: none;
    color: #808080;
    font-weight: bold;
    cursor: pointer;
    font-size: 125%;
    padding: 2px 0 0 15px;
}

.container {
    margin-top: 2px;
}
.srt {
    cursor: pointer;
}
.srt:hover {
    background-color: #C3D6ED;
}