.buttonn {
  background:#212121;
  border:0;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  padding:5px 10px;
  text-decoration:none !important;
}

/* Privacy bar */
.bar_privacy {
  background:#393939;
  border-bottom:1px solid #333;
  bottom:0;
  color:#fff;
  /*display:none;*/
  font-size:13px;
  left:0;
  line-height:1;
  padding:10px 0;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:100;
}
.bar_privacy a {
  color:#fff;
  text-decoration:underline;
}
.bar_privacy a:hover {
  color:#fff;
}
.bar_privacy .buttonn {
  margin:0 8px;
}
.button-dismiss {
  background-color:#eee;
  color:#333;
}
#privacy {
  font-size:13px;
}
#privacy.modal .modal-content {
  border-radius:0;
  
}
#privacy.modal .modal-footer {
  text-align:right;
}
#privacy.modal .modal-footer .buttonn {
  font-size:16px;
  min-width:140px;
  padding:10px 15px;
}