.eucookielaw-banner {
    position: fixed;
    left: 0;
    right: 0;
    font-family: "Titillium Web", sans-serif;
    background-color:#090909;
    color: #fff;
    z-index: 99999;
	padding: 20px 50px 0 50px;
}
.eucookielaw-banner.fixedon-top{
    top: 0;
}
.eucookielaw-banner.fixedon-static{
    position: static;
}
body.admin-bar .eucookielaw-banner.fixedon-top {
    top: 32px;
}
.eucookielaw-banner.fixedon-bottom{
    bottom: 0;
}
.eucookielaw-banner a {
    color: #fff;
    text-decoration: underline;
}
.eucookielaw-banner a:hover{
    color: #E5006D;
}
.eucookielaw-banner .well {
    background-color:#090909;
    border: 0;
    display: block;
    padding: 0;
}
.eucookielaw-banner .well h1.banner-title {
}
.eucookielaw-banner .well p.banner-message {
    line-height: 100%;
    font-size: 13px;    
}
.eucookielaw-banner .well span.banner-agreement-buttons {
    text-align: right;
    margin-top: 1em;
}
.eucookielaw-banner .well span.banner-agreement-buttons a.disagree-button,
.eucookielaw-banner .well span.banner-agreement-buttons a.agree-button {
	border: 1px solid #E5006D;
    padding: 0.2em 0.3em;
    margin: 0.5em;
    display: inline-block;
    color: #F649A7;
    text-decoration: none;
    font-size: 12px;
	background: none;
	border-radius: 0;
	
}
.eucookielaw-banner .well span.banner-agreement-buttons a.disagree-button{
    border: 1px solid #F649A7;
    color: #F649A7;
    font-weight: bold;    
}
.eucookielaw-banner .well span.banner-agreement-buttons a.agree-button{
    border: 1px solid #F649A7;
    color: #F649A7;  
}
/* Light Theme
.eucookielaw-banner.light{
    font-size: 75%;
    background-color: #eee;
    color: #444;
}
.eucookielaw-banner.light .well{
    background-color: #eee;
    color: #444;
}
.eucookielaw-banner.light a{
    color: #800;
}
.eucookielaw-banner.light .well p.banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}
.eucookielaw-banner.light .well p.banner-agreement-buttons a.btn{
	border: 0;
	text-decoration: underline;
	background-color: transparent;
	padding: 0;
	margin: 0 0.3em;
} */
/* Grass Theme 
.eucookielaw-banner.grass{
    font-size: 1em;
    background-color: #eee;
    color: #444;
}
.eucookielaw-banner.grass .well{
    background-color: #efc;
    color: #264;
}

.eucookielaw-banner.grass a{
    color: #486;
}
.eucookielaw-banner.grass .well p.banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}

.eucookielaw-banner.grass .well p.banner-agreement-buttons a.btn{
    color: #080;
    border: 0;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0 0.3em;
}
.eucookielaw-banner.grass .well p.banner-agreement-buttons a.disagree-button{
    color: #800;
} 

Floating Theme

.eucookielaw-banner.floating{
    left: 10%;
    top: 10% !important;
    right: 10%;
    border-radius: 0;
    padding: 0;
    box-shadow: 5px 5px 20px #ccc;
    position: fixed;
}
.eucookielaw-banner.floating .well{
    background-color: #fff;
    padding: 0;
}
.eucookielaw-banner.floating .well h1.banner-title {
    padding: 0.5em;
    background-color: #eee;
    color: #444;
}
.eucookielaw-banner.floating .well p.banner-message {
    padding: 0.5em;
    color: #444;
}
.eucookielaw-banner.floating a{
    color: #F649A7;
}
.eucookielaw-banner.floating .well p.banner-agreement-buttons{
    border-top: 0;
    margin: 0;
}
.eucookielaw-banner.floating .well p.banner-agreement-buttons a.btn{
    color: #080;
    border: 0;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0 0.3em;
}
.eucookielaw-banner.floating .well p.banner-agreement-buttons a.disagree-button{
    color: #800;
}
@media screen and (max-width: 640px){
    .eucookielaw-banner{
        font-size: 50%;
    }
}
.eucookielaw-blocked{
    border: 1px solid #ccc;
    background-color: #eee;
    color: #444;
    font-weight: bold;
    text-align: center;

} */