/*******************************************************************************************
 * Custom CSS for "EUCookieLaw plugin"
 *******************************************************************************************/

.eucookielaw-banner 
{
    background-color: #2e2e2e;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99999;
}
 
.eucookielaw-banner .well
{
    border: 1px solid #ccc;
    display: block;
    font-family: Open Sans;
    padding-left: 40px;
    padding-top: 20px;
}
 
.eucookielaw-banner .well h1.banner-title
{
    border-bottom: none !important;
    font-family: Oswald;
    font-weight: normal;
    font-size:19px;
    line-height:162%
    padding-bottom: 2px;
    color: #E87A25;
    text-transform: uppercase;
}
 
.eucookielaw-banner .well p.banner-message
{
	font-size:13px;
}
 
.eucookielaw-banner .well p.banner-agreement-buttons
{
	text-align:left !important;
}
 
.eucookielaw-banner .well p.banner-agreement-buttons a.disagree-button, .eucookielaw-banner .well p.banner-agreement-buttons a.agree-button
{
    background-color: #E87A25 !important;
    border-radius: 0px !important;
    border: 0px !important;    
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-family: Open Sans;
    font-size:12px;
    margin: 0.5em;
    padding: 0.5em;
    margin-top:15px;
    text-decoration: none;
}
 
.eucookielaw-banner .well p.banner-agreement-buttons a.agree-button
{
	background-color: #419C0B !important;
	margin-top:15px;
	border-radius: 0px !important;
	border: 0px !important;
	font-size:12px;
}

.eucookielaw-banner .well
{
	border: none !important;
	box-shadow: 0px02px 10px 3px #000000;
}