.global-notification-bar {
    position: relative;
    z-index: 1100;
    top: 0;
    left: 0;
    right:0;
    height: 49px;
    display: none;
    background-color: #ec008c;
    padding: 0 1em;
}

.global-notification-bar p {
    line-height: 49px;
    color: #FFF;
    margin: 0;
    font-size: 1rem;
}

.global-notification-bar p a {
    color: #FFF;
    font-weight: 700;
    border-bottom: dotted 1px #FFF;
}

.global-notification-bar .close-notification-bar {
    color: #FFF;
    font-size: 2rem;
    line-height: 49px;
    float: right;
    margin-top: 0.5em;
}

html {
    transition: margin-top 200ms;
}