/****** cookies_souhlas.css ******/

#cookies_souhlas{
	position: fixed;
    	left: 0;
    	bottom: 0;
    	width: 96%;
    	color: white;
    	background-color: #303030 ;
   	z-index: 1000;
	padding: 20px 2%;
	display: none;
      text-align: center;
}

#cookies_souhlas p {
    color: white;
}

#cookies_souhlas button{
	background: #ffcc00;
	color: black;
    	border: none;
    	padding: 4px 7px;
    	padding-bottom: 3px;
    	cursor: pointer;
    	border-radius: 5px;
	font-weight: bold;
}

