#cobo_cookie_preferences {
  position: fixed;
  left: 1rem;
  bottom: 0.6rem;
  z-index: 100;
}
#cobo_cookie_preferences button {
  display: block;
  border: 1px solid #8bdcff;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0.5rem 0.7rem;
  color: #00618B;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.5);
  -o-box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.5);
}
#cobo_cookie_preferences button:hover {
  border-color: #00618B;
}
#cobo_cookie_preferences button:active {
  background: #00618B;
  color: #fff;
}
html.show--consent #cobo_cookie_preferences {
  display: none;
}
/*
 #c-txt button:hover{
  background-color:transparent;
  border:0;
  border-bottom:solid 1px #fff;
}
#c-txt button:active{
  background-color:transparent;
}
 #c-txt button{
  -webkit-border-radius: unset;
  border-radius: unset;
  border-bottom: solid 1px;;
}  */


button.cc-link:hover{
  background-color:transparent;
  border:0;
  border-bottom:solid 1px #fff;
  color:#00618B !important;
}
button.b-tl:hover {   border:0; }
button.b-tl.exp:focus {
border:0; 
color:initial;
}

button.b-tl:active ,  button.cc-link:active {
  background-color:transparent;
}
.cc_div:focus, .cc-link:focus {
color:#fff !important;
  border:0;
  border-bottom:solid 1px #fff;
}
button.b-tl ,  button.cc-link {
  -webkit-border-radius: unset;
  border-radius: unset;
  border-bottom: solid 1px;
  border: 0;
    border-radius: 0;
  }