#riskfloater {
    background-color: green;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #ffffff;
    cursor: pointer;
    bottom: 10px;
    z-index: 2;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     border-radius: 3px; 
}

#cookiebar { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    display: none;
    z-index: 200;
}
   
    


#cookiebarBox { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    display: none;
    z-index: 200;
}
    .containercokie {
    
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color:  rgb(4, 14, 86);
        color: #ffffff;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
        overflow: hidden;
    }
        a {
            color: white;
            text-decoration: none;
        }
    


.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782 !important;
    font-weight: 600;
     float: initial;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
    
}