#riskfloater {
    background-color: green;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #fff;
    cursor: pointer;
    bottom: 10px;
    z-index: 2;
}
#cookiebar {
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    display: none;
    z-index: 200;
}
#cookiebar .container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: green;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

#cookiebar .container a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
#cookiebarBox {
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 200;
}
#cookiebarBox .container {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 100%);
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

#cookiebarBox .container a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

#cookiebarBox .container a:hover {
    color: white;
    background: black;
    text-decoration: none;
    border-bottom: 1px dotted white;
}


#cookiebarBox .container p {
    color: black;
    margin-bottom: 15px;
}
.cookieok {
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782;
    font-weight: 600;
    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;
}
