@charset "UTF-8";
/* CSS Document */

#cookie-notice
{
	background:#dfdfdf;
	color:#666;
}
#cookie-notice {
   	display: block;
    font-size: 13px;
    height: auto;
    left: 0;
    line-height: 22px;
    max-width: 100% !important;
	width:100% !important;
    position: fixed;
    text-align: center;
    z-index: 100000;
	bottom:0;
	padding-top:20px;
		padding-bottom:20px;
}
#cookie-notice .button
{
	background: #d7001a;
  /*  border-color: #d7001a;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;*/
    color: #fff;
    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;
}