#floating_privacy_notice
{
	position:fixed;
	overflow:hidden;
	width:80vw;
	height:5vw;
	left:10vw;
	bottom:1vw;
	background-color:white;
	border-radius:2.5vw;
	border:0.1vw solid black;
	z-index:100;
}
#floating_privacy_notice .privacy_desc
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin:1vw 2vw;
	margin-left:0;
	height:3vw;
	line-height:1vw;
	font-size:1vw;
	color:black;
	max-width:60vw;
}
#floating_privacy_notice .btn_agree
{
	overflow:hidden;
	display:inline-block;
	float:left;
	margin:1.5vw 2vw;
	margin-right:0;
	height:2vw;
	width:15vw;
	line-height:2vw;
	font-size:1.5vw;
	color:white;
	background-color:#F7973E;
	text-align:center;
	border-radius:0.5vw;
}
#floating_privacy_notice .btn_agree:hover
{
	background-color:#2EC313;
}
