#riskfloater {
  background-color:#221199; 
  left: 10px;
  position: fixed;
  padding: 8px 16px;
  background: green;
  color: #ffffff;
  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: #221199;
  color: #ffffff;
  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-color: #221199;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
#cookiebarBox .container a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}

.cookieok {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8f0f3;
  color: #186782 !important;
  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;
}