.eucookielaw-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Arial", sans-serif;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 99999;
}
body.admin-bar .eucookielaw-banner{
    top: 32px;
}
.eucookielaw-banner a {
    color: #fff;
    text-decoration: underline;
}
.eucookielaw-banner a:hover{
    color: #ff0;
}
.eucookielaw-banner .well {
    border: 0;
    display: block;
    padding: 0 1em;
	background: transparent;
}

.eucookielaw-banner .well h1.banner-title {
    border-bottom: 1px solid #ccc;
	color: #fff;
	font-size: 20px;
}

.eucookielaw-banner .well p.banner-message {
    line-height: 150%;
}

.eucookielaw-banner .well p.banner-agreement-buttons {
    text-align: right;
    border-top: 1px dashed #666;
    margin-top: 1em;
}

.eucookielaw-banner .well p.banner-agreement-buttons a.disagree-button,
.eucookielaw-banner .well p.banner-agreement-buttons a.agree-button {
    border: 0;
    background-color: #666;
    padding: 0.5em 1em;
    border-radius: 0;
    margin: 0.5em;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.eucookielaw-banner .well p.banner-agreement-buttons a.disagree-button{
    background-color: #aaa;
    color: #fff;
}

.eucookielaw-banner .well p.banner-agreement-buttons a.agree-button{
    background-color: #28639b;
    color: #fff;
}
.btn-danger {
  background-image: none;
  }