/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 /* Banner */

.cc-window { background: #030; color: white;  }
.cc-window.cc-banner a:not(.cc-btn) { color: white; text-decoration: underline; }
.cc-window.cc-banner a:hover { opacity: 0.8; }

.cc-banner .cc-message { padding-right:  3rem; }
.cc-compliance { }

/* Button */

.cc-window.cc-banner a.cc-deny { background: none;  border:  none;  color: white;  }
.cc-window.cc-banner a.cc-dismiss { background: black; color: white; text-decoration: none; border: none; }