#cookie_agreement_block{
	line-height: 1.3;
	text-align: justify;
	z-index: 10001;
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 180px;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #aaa;
	border-radius: 6px;
	background-color: white;
}
#cookie_usage_notification_content{
	margin: 4px 8px;
}
#cookie_agreement_button{
	position: relative;
	display: block;
	margin: auto;
	width: 80%;
}
#cookie_agreement_button_box{
	width: 100%;
	padding-top: 10px;
}