#cookie_accept_cont {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 30000;
}
@media screen and (min-width : 993px) {
	#cookie_accept_cont { bottom: 20px; right: 20px; width: 340px; }
}

	.cookie_accept_cont_body {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
		padding-top: 10px;
		height: 210px;
		
		background: #757575;
		color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	}
	@media screen and (min-width : 480px) {
		.cookie_accept_cont_body { height: auto; }
	}
	
	.cookie_accept_cont_body a {
		color: rgba(254,133,36,1);
	}
		
		.cookie_accept_close_box {
			font-size: 28px;
			text-align: end;
			padding-bottom: 10px;
		}
			.cookie_accept_close {
				display: inline-block;
				cursor: pointer;
			}
		
		
		.cookie_accept_box {
			width: 280px;
			margin: auto;
		}
		@media screen and (min-width : 480px) {
			.cookie_accept_box { width: auto; }
		}
		
		#cookie_accept_cont .font_reduced_80 {
			font-size: 0.8em;
		}
	
		#cookie_policy_aye, #cookie_policy_nay {
			display: inline-block;
			width: 80px;
			margin: 20px auto 0 auto;
			padding: 7px 5px;
		}
		
		#cookie_policy_aye {
			margin-left: 30px;
		}
	