#cookie_warning
{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #454545;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
#cookie_warning_accept
{
	cursor: pointer;
	border: 0px;
	border-radius: 8px;
	background-color: #E17600;
	color: #FFFFFF;
	float: right;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
    margin: 16px;
}
#cookie_warning_accept:hover
{
	background-color: #FF9728;
	text-decoration: none;	
}
#cookie_warning_text
{
    margin: 16px;
}