@charset "UTF-8";
/* CSS Document */

#cookie-notice
{
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color:#fff;
}
#cookie-notice {
   	display: block;
    font-size: 12px;
    height: auto;
    left: 0;
    line-height: 18px;
    min-width: 100%;
    position: fixed;
    text-align: center;
    z-index: 100000;
	bottom:0;
	font-family:"Open Sans",sans-serif;
}
#cookie-notice .button
{
	background: /*#f3f3f3 linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0*/#e3e3e3;
    border-color: #e3e3e3;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #3d3d3d;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    outline: medium none;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
	margin-left:10px;
	margin-top:0px;
}
#cn-more-info
{
	color:#fff;
	text-decoration:underline;
}
#cn-more-info:hover
{
	text-decoration:none;
}