#hls-cookie-accept{
	position:fixed;
	z-index:999;
	bottom:20px;
	right:20px;
	background:#000;
	color:#fff;
	padding:1.2em;
	border-radius:5px;
	max-width:24em;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
}

#hls-cookie-accept span{
	display:block;
	margin-bottom:1em;
	color:white;
}

#hls-cookie-accept a{
       font-family: sans-serif;
       color:#fff;
       text-decoration:underline;
}


#hls-cookie-ok{
	display:inline;
	text-align:center;
	align-items:center;
	align-content:space-between;
	vertical-align:baseline;
}

#hls-cookie-ok button{
	display:inline-block;
	min-width:140px;
	color:#000;
	background-color:#F1D600;
	border-radius:5px;
	padding:.4em .8em;
	font-size:.9em;
	font-weight:700;
	text-align:center;
}
