.notificationWrapper {
    padding: .75em 1em;
    position: fixed;
    height: 1em;
    background: rgba(74, 78, 103, 1);
    top:0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.notifictionInnerWrapper {
    width: 100%;
}

.notificationIcon {
    margin-right: 0.45em;
}

.notification-text {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    margin: 0;
    font-size: .9375em;
    float: left;
    line-height: 1.7;
}

.notification-text a {
    color: rgb(44, 178, 169);
    -webkit-transition: prop time;
    -moz-transition: prop time;
    -ms-transition: prop time;
    -o-transition: prop time;
    transition: prop time;
}

.close-notification {
    background: transparent;
    outline: 0;
    border: none;
}

.close-notification span {
    font-size: 12px;
}