.cookie-notification-bar {
    /* height: 30px; */   
    padding-top: 5px;
    height: 23px;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 10px #000;
    /* outline: 0; */
    /* border-bottom: 1px solid #C5C5C5; */
    /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.32); */  
    /* -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.32); */  
    background-color: white;  
    /* padding: 8px; */  
    color: #000000;
    overflow: hidden;    
    /* border-bottom: 1px solid #999; */
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3), 0px 4px 15px -5px rgba(0,0,0,0.3); */
}

.cookie-notification-bar .cookie-text-bar {
    margin: 0 auto;
    position: relative;
    width: 960px;
    /*height: 20px;*/
    font-size: 12px !important;
    /*font-family: 'Arial' !important;*/
}

.cookie-notification-bar span, .cookie-notification-bar p {
    padding: 0;
    margin: 0;
    color: #000000;
    /*font-family: 'Arial' !important;*/
    font-size: 11px !important;
    line-height: 1.6em;
    float: left;
}

.cookie-notification-bar a {
    cursor: pointer;
    color: #000000;
    text-decoration:underline;
}

.cookie-notification-bar a:active, .cookie-notification-bar a:hover,
.cookie-notification-bar span:active, .cookie-notification-bar span:hover {
    color: #E31B22;
}

.cookie-notification-bar #accept-notifiction {
    text-decoration:underline;
}

.cookie-notification-bar #close-notifiction {
    display:block;
    float:right;
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    font-size:14px !important;
    line-height:18px;
    background-color:#E4E4E4;
    color:#000000;
    margin-left:5px;
    text-decoration:none;
    width:18px;
    padding-left:1px;
}