.eucookielaw-banner {
    position: fixed;
    left: 0;
    right: 0;
    font-family: Verdana, Arial;
    font-size: 12px;
    background-color: #444;
    color: #fff;
    z-index: 99999;
}
.eucookielaw-banner.fixedon-top{
    top: 0px;
}

body.admin-bar .eucookielaw-banner.fixedon-top{
    top: 0px;
}
.eucookielaw-banner.fixedon-bottom{
    bottom: 0px;
}

.eucookielaw-banner a {
    color: #fff;
    text-decoration: underline;
}
.eucookielaw-banner a:hover{
    color: #fff;
}
.eucookielaw-banner .well {
    /*border: 1px solid #ccc;*/
    display: block;
    padding: 5px;
}

.eucookielaw-banner .well h1.banner-title {
    /*border-bottom: 1px solid #ccc;*/
}

.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: 1px;
    margin-right: 10px;
    margin-bottom: 1px;
}

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

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

.eucookielaw-banner .well p.banner-agreement-buttons a.agree-button{
    background-color: #ffffff;
    color: #000;
}