/* Enter Your Custom CSS Here */
.cookillian-alert {
  background-color:#f5f5f5 !important;
  color: #727272 !important;
}

.cookillian-alert .close {
  text-shadow:none !important;
  color:#727272 !important;
}

.cookillian-alert .alert-heading {
  color: #727272 !important;
  font-weight: 700 !important;
}

.cookillian-alert .btn, .cookillian-alert .btn-ok,
.cookillian-alert .btn-ok:hover, .cookillian-alert .btn-no, .cookillian-alert .btn-no:hover {
  background:none !important;
  color: #727272 !important;
  text-shadow: none !important;
  box-shadow:none !important;
  -moz-box-shadow: none !important;
  border: 0 !important;
  font-weight:bold;
}

body {
  overflow:hidden !important;
  overflow-y:auto !important;
}